Package lxml :: Module etree :: Class _XSLTResultTree
[show private | hide private]
[frames | no frames]

Type _XSLTResultTree

  object --+    
           |    
_ElementTree --+
               |
              _XSLTResultTree


Method Summary
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __str__(x)
x.__str__() <==> str(x)
  __unicode__(...)
    Inherited from _ElementTree
  __copy__(...)
  __deepcopy__(...)
  _setroot(...)
Relocate the ElementTree to a new root node.
  find(...)
Finds the first toplevel element with given tag.
  findall(...)
Finds all toplevel elements with the given tag.
  findtext(...)
Finds the element text for the first toplevel element with given tag.
  getiterator(...)
Creates an iterator for the root element.
  getpath(...)
Returns a structural, absolute XPath expression to find that element.
  getroot(...)
Gets the root element for this tree.
  iter(...)
Creates an iterator for the root element.
  parse(...)
Updates self with the content of source and returns its root
  relaxng(...)
Validate this document using other document.
  write(...)
Write the tree to a file or file-like object.
  write_c14n(...)
C14N write of document.
  xinclude(...)
Process the XInclude nodes in this document and include the referenced XML fragments.
  xmlschema(...)
Validate this document using other document.
  xpath(...)
XPath evaluate in context of document.
  xslt(...)
Transform this document using other document.
    Inherited from object
  __init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
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
Returns:
a new object with type S, a subtype of T
Overrides:
lxml.etree._ElementTree.__new__

__str__(x)
(Informal representation operator)

x.__str__() <==> str(x)
Returns:
str(x)
Overrides:
__builtin__.object.__str__

Class Variable Details

__pyx_vtable__

Type:
PyCObject
Value:
<PyCObject object at 0x401cbb48>                                       

xslt_profile

Type:
getset_descriptor
Value:
<attribute 'xslt_profile' of 'lxml.etree._XSLTResultTree' objects>     

Generated by Epydoc 2.1 on Sat Aug 18 12:44:28 2007 http://epydoc.sf.net