/includes/domit/xml_saxy_shared.php

Description

SAXY_Parser_Base is a base class for SAXY and SAXY Lite

Classes
Class Description
SAXY_Parser_Base The base SAX Parser class
Constants
SAXY_CDATA_LEN = 8 (line 16)

the length of the initial characters of a cdata section

SAXY_SEARCH_CDATA = '![CDATA[' (line 14)

the initial characters of a cdata section

SAXY_SEARCH_DOCTYPE = '!DOCTYPE' (line 20)

the initial characters of a doctype

SAXY_SEARCH_NOTATION = '!NOTATION' (line 18)

the initial characters of a notation

SAXY_STATE_ATTR_KEY = 1 (line 24)

saxy parse state, parsing an attribute key

SAXY_STATE_ATTR_NONE = (line 22)

saxy parse state, just before parsing an attribute

SAXY_STATE_ATTR_VALUE = 2 (line 26)

saxy parse state, parsing an attribute value

Documentation generated on Fri, 4 Mar 2005 13:58:07 +1000 by phpDocumentor 1.3.0RC3