Home | Trees | Indices | Help |
|
---|
|
|
|||
UnexpectedElementException |
|
|||
|
|||
|
|||
|
|||
generator of str, Evtx.Record |
|
||
generator of str, Evtx.Record |
|
||
|
|
|||
__package__ =
|
|
Given a RootNode, parse only the template/children and not the substitutions. Note, the cache should be local to the Evtx.Chunk. Do not share caches across Chunks. @type root_node: Nodes.RootNode @type cache: dict of {int: TemplateNode} @rtype: str |
Note, the cache should be local to the Evtx.Chunk. Do not share caches across Chunks. @type record: Evtx.Record @type cache: dict of {int: TemplateNode} @rtype: str |
Generate an UTF-8 XML representation of an EVTX record. Note, the cache should be local to the Evtx.Chunk. Do not share caches across Chunks. @type record: Evtx.Record @type cache: dict of {int: TemplateNode} @rtype: str |
Generate UTF-8 XML representations of the records in an EVTX chunk. Does not include the XML <?xml... header. Records are ordered by chunk.records()
|
Generate UTF-8 XML representations of the records in an EVTX file. Does not include the XML <?xml... header. Records are ordered by file_header.chunks(), and then by chunk.records()
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri May 31 00:38:24 2013 | http://epydoc.sourceforge.net |