/includes/domit/xml_domit_getelementsbypath.php

Description
Classes
Class Description
DOMIT_GetElementsByPath getElementsByPath is a simple utility for path-based access to nodes in a DOMIT! document.
DOMIT_GetElementsByAttributePath getElementsByAttributePath is a temporary utility requested by a DOMIT! user for path-based access to attributes in a DOMIT! document.
Constants
DOMIT_INCLUDE_PATH = (dirname(__FILE__)."/") (line 12)
GET_ELEMENTS_BY_PATH_SEARCH_ABSOLUTE = (line 18)

Constant for an absolute path search (starting at the document root)

GET_ELEMENTS_BY_PATH_SEARCH_RELATIVE = 1 (line 20)

Constant for a relative path search (starting at the level of the calling node)

GET_ELEMENTS_BY_PATH_SEARCH_VARIABLE = 2 (line 22)

Constant for a variable path search (finds all matches, regardless of place in the hierarchy)

GET_ELEMENTS_BY_PATH_SEPARATOR = '/' (line 16)

Separator for elements path

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