|
|
| |
XML::DOM2::Parser(3) |
User Contributed Perl Documentation |
XML::DOM2::Parser(3) |
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.
Handle part of a cdata by concatination
Handle combined text strings as cdata
WARNING: Comments are currently removed!
We want to store the below details for the document creation
Decode the xml decleration information.
Martin Owens, doctormo@cpan.org
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |