Home | Trees | Index | Help |
|
---|
Package lxml :: Module etree :: Class _XSLTResultTree |
|
object
--+ |_ElementTree
--+ | _XSLTResultTree
Method Summary | |
---|---|
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
x.__str__() <==> str(x) | |
__unicode__(...)
| |
Inherited from _ElementTree | |
| |
| |
Relocate the ElementTree to a new root node. | |
Finds the first toplevel element with given tag. | |
Finds all toplevel elements with the given tag. | |
Finds the element text for the first toplevel element with given tag. | |
Creates an iterator for the root element. | |
Returns a structural, absolute XPath expression to find that element. | |
Gets the root element for this tree. | |
Creates an iterator for the root element. | |
Updates self with the content of source and returns its root | |
Validate this document using other document. | |
Write the tree to a file or file-like object. | |
C14N write of document. | |
Process the XInclude nodes in this document and include the referenced XML fragments. | |
Validate this document using other document. | |
XPath evaluate in context of document. | |
Transform this document using other document. | |
Inherited from object | |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value |
Class Variable Summary | |
---|---|
PyCObject |
__pyx_vtable__ = <PyCObject object at 0x401cbb48>
|
getset_descriptor |
xslt_profile = <attribute 'xslt_profile' of 'lxml.etree....
|
Inherited from _ElementTree | |
getset_descriptor |
docinfo = <attribute 'docinfo' of 'lxml.etree._ElementTr...
|
getset_descriptor |
parser = <attribute 'parser' of 'lxml.etree._ElementTree...
|
Method Details |
---|
__new__(T, S, ...)T.__new__(S, ...) -> a new object with type S, a subtype of T
|
__str__(x)
x.__str__() <==> str(x)
|
Class Variable Details |
---|
__pyx_vtable__
|
xslt_profile
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Aug 18 12:44:28 2007 | http://epydoc.sf.net |