|
|
Cheshire3 Object Model: Class SaxRecord |
baseObjects.Record --+ | SaxRecord
| __repr__(self) |
| __init__(self, saxList, xml="", docid=None, recordSize=0) |
|
process_xpath(self,
xpTuple,
maps={})
Process the given xpath (either string or compiled), perhaps with some supplied namespace mappings. |
| _handleAttribute(self, xp, maps={}) |
| _checkSaxXPathLine(self, xp, line) |
| _checkSaxXPathNode(self, step, name, attrs, line, posn) |
| _checkSaxXPathPredicate(self, pred, name, attrs, line, posn, predPosn) |
| _checkSaxXPathAttr(self, pred, attrs) |
| _convert_elem(self, line) |
| saxify(self, handler=None, sax=[]) |
|
get_dom(self)
Return the DOM document node for the record. |
|
get_xml(self,
events=[])
Return the XML for the record as a serialised string. |
|
get_sax(self)
Return the list of SAX events for the record, serialised according to the internal C3 format. |
|
Inherited from |
|
|
|
|
|
|
|
|
|
|
|
|
|
| Generated by Epydoc 3.0alpha2 on Wed Aug 9 18:09:59 2006 | http://epydoc.sf.net |