| XML-DOM2 documentation | view source | Contained in the XML-DOM2 distribution. |
XML::DOM2::Parser - Sax based xml parser for XML::DOM2
This parser was constructed using XML::SAX::PurePerl which Was known at the time to lack a number of calls which where important for dealing with things like document type and text formating and xml decls. hopfully in the future this will be fixed and this method will be able to take advantage of those part of an xml page.
Create a new parser object.
Return the document object
Called at the start of a document.
Called at the end of a document.
Start a new xml element
Ends an xml element
Handle part of a cdata by concatination
Handle combined text strings as cdata
WARNING: Comments are currently removed!
Never used by parser.
Never used by parser.
Never used by parser.
We want to store the below details for the document creation
Decode the xml decleration information.
Martin Owens, doctormo@cpan.org
| XML-DOM2 documentation | view source | Contained in the XML-DOM2 distribution. |