beta.xslt.StylesheetProvider
¶
The beta.xslt.StylesheetProvider
class is used to provide an xslt stylesheet to the beta.xslt.Stylesheet.compile()
function.
-
class
beta.xslt.
StylesheetProvider
(unicode text)¶
Class methods¶
-
classmethod
beta.xslt.StylesheetProvider.
create_from_location
(type cls, unicode text)¶ Creates an
beta.xslt.StylesheetProvider
from the content of a file.
-
classmethod
beta.xslt.StylesheetProvider.
create_from_node
(type cls, NodeItem node)¶ Creates an
beta.xslt.StylesheetProvider
from anbeta.xpath.NodeItem
.
-
classmethod
beta.xslt.StylesheetProvider.
create_from_text
(type cls, unicode text)¶ Creates an
beta.xslt.StylesheetProvider
from xml text.
Special methods¶
__eq__, __ge__, __gt__, __le__, __lt__, __ne__