Perl SAX 2.1
[home]
Revision: 2005-09-23
Introduction
Namespace Processing
SAX Parsers
SAX Filters
Java Compatibility
Interfaces
[top]
Parser
ContentHandler
DTDHandler
ErrorHandler
Entity Resolver
LexicalHandler
DeclHandler
other objects
Parser
[top]
parse()
parse_uri()
parse_file()
parse_string()
get_feature()
set_feature()
get_features()
ContentHandler
[top]
set_document_locator()
start_document()
end_document()
start_element()
end_element()
characters()
ignorable_whitespace()
start_prefix_mapping()
end_prefix_mapping()
processing_instruction()
skipped_entity()
DTDHandler
[top]
notation_decl()
unparsed_entity_decl()
ErrorHandler
[top]
warning()
error()
fatal_error()
EntityResolver
[top]
resolve_entity()
LexicalHandler
[top]
start_dtd()
end_dtd()
start_entity()
end_entity()
start_cdata()
end_cdata()
comment()
DeclHandler
[top]
element_decl()
attribute_decl()
internal_entity_decl()
external_entity_decl()
other objects
[top]
Exceptions
Input Sources
Features