/includes/domit/xml_domit_parser.php

Description

DOMIT! is a non-validating, but lightweight and fast DOM parser for PHP

Classes
Class Description
DOMIT_Node The base class of all DOMIT node types
DOMIT_ChildNodes_Interface A parent class for nodes which possess child nodes
DOMIT_Document A class representing the DOM Document
DOMIT_Element A class representing the DOM Element
DOMIT_CharacterData A parent class for Text and CDATA Section nodes
DOMIT_TextNode A class representing the DOM Text Node
DOMIT_CDATASection A class representing the DOM CDATA Section
DOMIT_Attr A class representing the Attr node
DOMIT_DocumentFragment A class representing the DOM Document Fragment node
DOMIT_Comment A class representing the DOM Comment node
DOMIT_ProcessingInstruction A class representing the DOM Processing Instruction node
DOMIT_DocumentType A class representing the DOM Document Type node
DOMIT_Notation A class representing the DOM Notation node (NOT YET IMPLEMENTED!)
DOMIT_Parser Manages the generation of a DOMIT! document from SAX events
Includes
require_once (DOMIT_INCLUDE_PATH.'xml_domit_shared.php') (line 31)
  • global: array 0: Flipped version of $definedEntities array, to allow two-way conversion of entities Made global so that Attr nodes, which have no ownerDocument property, can access the array
Constants
DOMIT_VERSION = '1.0' (line 19)

current version of DOMIT!

DOMIT_XML_NAMESPACE = 'http://www.w3.org/xml/1998/namespace' (line 22)

current version of SAXY

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