[saxy-xmlparser] element index

Package indexes

All elements
a c d e f g i n p s x _
_
top
_fireEndElementEvent
Fires an end element event and pops the element name from the elementName stack
_fireStartElementEvent
Fires a start element event and pushes the element name onto the elementName stack
a
top
appendEntityTranslationTable
Appends an array of entity mappings to the existing translation table
c
top
$cDataSectionHandler
$characterDataHandler
$charContainer
SAXY_Parser_Base::$charContainer in xml_saxy_shared.php
$convertEntities
SAXY_Parser_Base::$convertEntities in xml_saxy_shared.php
convertEntities
Sets whether predefined entites should be replaced with their equivalent characters during parsing
$commentHandler
SAXY_Parser::$commentHandler in xml_saxy_parser.php
d
top
$definedEntities
SAXY_Parser_Base::$definedEntities in xml_saxy_shared.php
$defaultNamespaceStack
$DTDHandler
SAXY_Parser::$DTDHandler in xml_saxy_parser.php
detectEndNamespaceDeclaration
Determines whether an end namespace declaration event should be fired
detectStartNamespaceDeclaration
Searches the attributes array for an xmlns declaration and fires an event if found
e
top
$endElementHandler
$elementNameStack
SAXY_Parser::$elementNameStack in xml_saxy_parser.php
$endNamespaceDeclarationHandler
$errorCode
SAXY_Parser::$errorCode in xml_saxy_parser.php
expandAttributePrefixes
Expands attribute prefixes to full namespace uri
expandNamespacePrefix
Expands the namespace prefix (if one exists) to the full namespace uri
f
top
fireCDataSectionEvent
Fires a CDATA Section event
fireCharacterDataEvent
Fires a character data event
fireEndElementEvent
Fires an end element event
fireStartElementEvent
Fires a start element event
fireCommentEvent
SAXY_Parser::fireCommentEvent() in xml_saxy_parser.php
Fires a comment event
fireDTDEvent
SAXY_Parser::fireDTDEvent() in xml_saxy_parser.php
Fires a doctype event
fireEndNamespaceDeclarationEvent
Fires an end namespace declaration event
fireProcessingInstructionEvent
Fires a processing instruction event
fireStartNamespaceDeclarationEvent
Fires a start namespace declaration event
g
top
getCharFromEnd
SAXY_Parser_Base::getCharFromEnd() in xml_saxy_shared.php
Gets the nth character from the end of the string
getVersion
SAXY_Lite_Parser::getVersion() in xml_saxy_lite_parser.php
Returns the current version of SAXY Lite
getNamespaceURI
SAXY_Parser::getNamespaceURI() in xml_saxy_parser.php
Searches the namespaceMap for the specified prefix, and returns the full namespace URI
getVersion
SAXY_Parser::getVersion() in xml_saxy_parser.php
Returns the current version of SAXY
i
top
$isNamespaceAware
SAXY_Parser::$isNamespaceAware in xml_saxy_parser.php
n
top
$namespaceMap
SAXY_Parser::$namespaceMap in xml_saxy_parser.php
$namespaceStack
SAXY_Parser::$namespaceStack in xml_saxy_parser.php
p
top
$predefinedEntities
parseAttributes
Parses the attributes string into an array of key / value pairs
parseBetweenTags
Parses character data
parse
SAXY_Lite_Parser::parse() in xml_saxy_lite_parser.php
The controlling method for the parsing process
parseTag
SAXY_Lite_Parser::parseTag() in xml_saxy_lite_parser.php
Parses an element tag
preprocessXML
SAXY_Lite_Parser::preprocessXML() in xml_saxy_lite_parser.php
Processes the xml prolog, doctype, and any other nodes that exist outside of the main xml document
$processingInstructionHandler
parse
SAXY_Parser::parse() in xml_saxy_parser.php
The controlling method for the parsing process
parseComment
SAXY_Parser::parseComment() in xml_saxy_parser.php
Parses a comment
parseProcessingInstruction
Parses a processing instruction
parseTag
SAXY_Parser::parseTag() in xml_saxy_parser.php
Parses an element tag
preprocessXML
SAXY_Parser::preprocessXML() in xml_saxy_parser.php
Processes the xml prolog, doctype, and any other nodes that exist outside of the main xml document
s
top
$startElementHandler
$state
SAXY_Parser_Base::$state in xml_saxy_shared.php
SAXY_CDATA_LEN
SAXY_CDATA_LEN in xml_saxy_shared.php
the length of the initial characters of a cdata section
SAXY_Parser_Base
Constructor for SAX parser
SAXY_Parser_Base
SAXY_Parser_Base in xml_saxy_shared.php
The base SAX Parser class
SAXY_SEARCH_CDATA
SAXY_SEARCH_CDATA in xml_saxy_shared.php
the initial characters of a cdata section
SAXY_SEARCH_DOCTYPE
SAXY_SEARCH_DOCTYPE in xml_saxy_shared.php
the initial characters of a doctype
SAXY_SEARCH_NOTATION
SAXY_SEARCH_NOTATION in xml_saxy_shared.php
the initial characters of a notation
SAXY_STATE_ATTR_KEY
SAXY_STATE_ATTR_KEY in xml_saxy_shared.php
saxy parse state, parsing an attribute key
SAXY_STATE_ATTR_NONE
SAXY_STATE_ATTR_NONE in xml_saxy_shared.php
saxy parse state, just before parsing an attribute
SAXY_STATE_ATTR_VALUE
SAXY_STATE_ATTR_VALUE in xml_saxy_shared.php
saxy parse state, parsing an attribute value
SAXY_INCLUDE_PATH
SAXY_INCLUDE_PATH in xml_saxy_lite_parser.php
SAXY Lite is a non-validating, but lightweight and fast SAX parser for PHP, modelled on the Expat parser
SAXY_Lite_Parser
SAXY_Lite_Parser in xml_saxy_lite_parser.php
The SAX Parser class
SAXY_Lite_Parser
SAXY_Lite_Parser::SAXY_Lite_Parser() in xml_saxy_lite_parser.php
Constructor for SAX parser
SAXY_LITE_VERSION
SAXY_LITE_VERSION in xml_saxy_lite_parser.php
current version of SAXY Lite
SAXY_STATE_NONE
SAXY_STATE_NONE in xml_saxy_lite_parser.php
initial saxy lite parse state, before anything is encountered
SAXY_STATE_PARSING
SAXY_STATE_PARSING in xml_saxy_lite_parser.php
saxy lite parse state, processing main document
$startNamespaceDeclarationHandler
SAXY_Parser
SAXY_Parser in xml_saxy_parser.php
The SAX Parser class
SAXY_Parser
SAXY_Parser::SAXY_Parser() in xml_saxy_parser.php
Constructor for SAX parser
SAXY_STATE_PARSING_COMMENT
SAXY_STATE_PARSING_COMMENT in xml_saxy_parser.php
saxy parse state, processing comment in main document
SAXY_STATE_PROLOG_COMMENT
SAXY_STATE_PROLOG_COMMENT in xml_saxy_parser.php
saxy parse state, a comment
SAXY_STATE_PROLOG_DTD
SAXY_STATE_PROLOG_DTD in xml_saxy_parser.php
saxy parse state, in DTD
SAXY_STATE_PROLOG_EXCLAMATION
SAXY_STATE_PROLOG_EXCLAMATION in xml_saxy_parser.php
saxy parse state, an exclamation mark has been encountered
SAXY_STATE_PROLOG_INLINEDTD
SAXY_STATE_PROLOG_INLINEDTD in xml_saxy_parser.php
saxy parse state, an inline DTD
SAXY_STATE_PROLOG_NONE
SAXY_STATE_PROLOG_NONE in xml_saxy_parser.php
saxy parse state, before prolog is encountered
SAXY_STATE_PROLOG_PROCESSINGINSTRUCTION
saxy parse state, in processing instruction
SAXY_VERSION
SAXY_VERSION in xml_saxy_parser.php
current version of SAXY
SAXY_XML_ERROR_ASYNC_ENTITY
SAXY_XML_ERROR_ASYNC_ENTITY in xml_saxy_parser.php
asynchronous entity error
SAXY_XML_ERROR_ATTRIBUTE_EXTERNAL_ENTITY_REF
attribute external entity error
SAXY_XML_ERROR_BAD_CHAR_REF
SAXY_XML_ERROR_BAD_CHAR_REF in xml_saxy_parser.php
bad character reference error
SAXY_XML_ERROR_BINARY_ENTITY_REF
SAXY_XML_ERROR_BINARY_ENTITY_REF in xml_saxy_parser.php
binary entity reference error
SAXY_XML_ERROR_DUPLICATE_ATTRIBUTE
SAXY_XML_ERROR_DUPLICATE_ATTRIBUTE in xml_saxy_parser.php
duplicate attribute error
SAXY_XML_ERROR_EXTERNAL_ENTITY_HANDLING
external entity handling error
SAXY_XML_ERROR_INCORRECT_ENCODING
SAXY_XML_ERROR_INCORRECT_ENCODING in xml_saxy_parser.php
incorrect encoding error
SAXY_XML_ERROR_INVALID_TOKEN
SAXY_XML_ERROR_INVALID_TOKEN in xml_saxy_parser.php
invalid token encountered error
SAXY_XML_ERROR_JUNK_AFTER_DOC_ELEMENT
junk after document element error
SAXY_XML_ERROR_MISPLACED_XML_PI
SAXY_XML_ERROR_MISPLACED_XML_PI in xml_saxy_parser.php
misplaced processing instruction error
SAXY_XML_ERROR_NONE
SAXY_XML_ERROR_NONE in xml_saxy_parser.php
no error
SAXY_XML_ERROR_NO_ELEMENTS
SAXY_XML_ERROR_NO_ELEMENTS in xml_saxy_parser.php
no elements in document
SAXY_XML_ERROR_NO_MEMORY
SAXY_XML_ERROR_NO_MEMORY in xml_saxy_parser.php
out of memory error
SAXY_XML_ERROR_PARAM_ENTITY_REF
SAXY_XML_ERROR_PARAM_ENTITY_REF in xml_saxy_parser.php
parameter enitity reference error
SAXY_XML_ERROR_PARTIAL_CHAR
SAXY_XML_ERROR_PARTIAL_CHAR in xml_saxy_parser.php
partial character error
SAXY_XML_ERROR_RECURSIVE_ENTITY_REF
recursive entity error
SAXY_XML_ERROR_SYNTAX
SAXY_XML_ERROR_SYNTAX in xml_saxy_parser.php
syntax error
SAXY_XML_ERROR_TAG_MISMATCH
SAXY_XML_ERROR_TAG_MISMATCH in xml_saxy_parser.php
mismatched tag error
SAXY_XML_ERROR_UNCLOSED_CDATA_SECTION
unclosed CDATA Section error
SAXY_XML_ERROR_UNCLOSED_TOKEN
SAXY_XML_ERROR_UNCLOSED_TOKEN in xml_saxy_parser.php
unclosed token error
SAXY_XML_ERROR_UNDEFINED_ENTITY
SAXY_XML_ERROR_UNDEFINED_ENTITY in xml_saxy_parser.php
undefined entity error
SAXY_XML_ERROR_UNKNOWN_ENCODING
SAXY_XML_ERROR_UNKNOWN_ENCODING in xml_saxy_parser.php
unknown encoding error
SAXY_XML_NAMESPACE
SAXY_XML_NAMESPACE in xml_saxy_parser.php
default XML namespace
setNamespaceAwareness
Specifies whether SAXY is namespace sensitive
x
top
xml_saxy_shared.php
xml_saxy_shared.php in xml_saxy_shared.php
xml_set_cdata_section_handler
Sets a reference to the handler for the CDATA Section event
xml_set_character_data_handler
Sets a reference to the handler for the data event
xml_set_element_handler
Sets a reference to the handler for the start element event
xml_saxy_lite_parser.php
xml_saxy_lite_parser.php in xml_saxy_lite_parser.php
xml_error_string
SAXY_Lite_Parser::xml_error_string() in xml_saxy_lite_parser.php
Returns a textual description of the error code (non-functional for SAXY Lite)
xml_get_error_code
SAXY_Lite_Parser::xml_get_error_code() in xml_saxy_lite_parser.php
Returns the current error code (non-functional for SAXY Lite)
xml_saxy_parser.php
xml_saxy_parser.php in xml_saxy_parser.php
xml_error_string
SAXY_Parser::xml_error_string() in xml_saxy_parser.php
Returns a textual description of the error code
xml_get_error_code
SAXY_Parser::xml_get_error_code() in xml_saxy_parser.php
Returns the current error code
xml_set_comment_handler
Sets a reference to the handler for the Comment event
xml_set_doctype_handler
Sets a reference to the handler for the DocType event
xml_set_end_namespace_decl_handler
Sets a reference to the handler for the End Namespace Declaration event
xml_set_processing_instruction_handler
Sets a reference to the handler for the Processing Instruction event
xml_set_start_namespace_decl_handler
Sets a reference to the handler for the Start Namespace Declaration event
a c d e f g i n p s x _