Module libxml2 :: Class xmlCore
[frames | no frames]

Class xmlCore

Known Subclasses:
xmlNode

Method Summary
  __init__(self, _obj)
  __iter__(self)
  c14nMemory(self, nodes, exclusive, prefixes, with_comments)
  c14nSaveTo(self, file, nodes, exclusive, prefixes, with_comments)
  free(self)
  get_children(self)
  get_content(self)
  get_doc(self)
  get_last(self)
  get_name(self)
  get_next(self)
  get_parent(self)
  get_prev(self)
  get_properties(self)
  get_type(self)
  getContent(self)
  saveTo(self, file, encoding, format)
  serialize(self, encoding, format)
  walk_breadth_first(self)
  walk_depth_first(self)
  xpathEval(self, expr)
  xpathEval2(self, expr)

Property Summary
  children: First child node...
  content: Content of this node...
  doc: The document this node belongs to...
  last: Last sibling node...
  name: Node name...
  next: Next sibling node...
  parent: Parent node...
  prev: Previous sibling node...
  properties: List of properies...
  type: Node type...

Property Details

children

First child node
Get Method:
get_children(self)

content

Content of this node
Get Method:
get_content(self)

doc

The document this node belongs to
Get Method:
get_doc(self)

last

Last sibling node
Get Method:
get_last(self)

name

Node name
Get Method:
get_name(self)

next

Next sibling node
Get Method:
get_next(self)

parent

Parent node
Get Method:
get_parent(self)

prev

Previous sibling node
Get Method:
get_prev(self)

properties

List of properies
Get Method:
get_properties(self)

type

Node type
Get Method:
get_type(self)

Generated by Epydoc 2.1 on Mon Jan 31 14:03:13 2005 http://epydoc.sf.net