phpDocumentor
[ all elements ]

Index of All Elements

Package Indexes


[ a ] [ c ] [ f ] [ g ] [ h ] [ i ] [ l ] [ p ] [ r ] [ s ] [ t ] [ w ]

a

a

$AttributeQuotes
in file php4-html-dom.php, variable htmlNode::$AttributeQuotes
    AttributeQuotes or Attributes. The attribute quotes are name value pairs with the quote type in the value part
$Attributes
in file php4-html-dom.php, variable htmlNode::$Attributes
    Attributes of node. The attributes are name value pairs. On boolean attributes the value is NULL
addChildNode
in file php4-html-dom.php, method htmlNode::addChildNode()
    Adds a new htmlNode instance to the end of the ChildNodes array
addSibling
in file php4-html-dom.php, method htmlNode::addSibling()
    Adds a sibling to the htmlNode
c

c

$ChildNodes
in file php4-html-dom.php, variable htmlNode::$ChildNodes
    List of child nodes pointing to instances of htmlNode. The keys are ignored
clearAttributes
in file php4-html-dom.php, method htmlNode::clearAttributes()
    Clear all attributes
clearChildNodes
in file php4-html-dom.php, method htmlNode::clearChildNodes()
    Release and clear all child nodes
f

f

findNodeByAttributeDown
in file php4-html-dom.php, method htmlNode::findNodeByAttributeDown()
    Find an htmlNode by attribute name and value in the hierarchy traversing down. (Parent to Children)
findNodeDown
in file php4-html-dom.php, method htmlNode::findNodeDown()
    Find an htmlNode by tag name in the hierarchy traversing down. (Parent to Children)
findNodesByAttributeDown
in file php4-html-dom.php, method htmlNode::findNodesByAttributeDown()
    Find multiple htmlNode(s) by attribute name and value in the hierarchy traversing down. (Parent to Children)
findNodesDown
in file php4-html-dom.php, method htmlNode::findNodesDown()
    Find multiple htmlNode(s) by tag name in the hierarchy traversing down. (Parent to Children)
findNodeUp
in file php4-html-dom.php, method htmlNode::findNodeUp()
    Find an htmlNode by tag name in the hierarchy walking from bottom up. (Children to Parent)
g

g

$GLOBALS[gHtmlParser]['parseModes']
in file php4-html-dom.php, global variable $GLOBALS[gHtmlParser]['parseModes']
    Modes the parser is set to while looping through the HTML
$GLOBALS[gHtmlParser]['parseOptions']
in file php4-html-dom.php, global variable $GLOBALS[gHtmlParser]['parseOptions']
    Parser options controlling how different szenarios are handeled. These options are passed with an OR operator. Example: htmlNode->parseHtml( $myHtml, poRemoveCRLF | poTrimText );
$GLOBALS[gHtmlParser]['tagProperties']
in file php4-html-dom.php, global variable $GLOBALS[gHtmlParser]['tagProperties']
    Tag properties used when analysing tag names, types and data
$GLOBALS[gHtmlParser]['tagTypes']
in file php4-html-dom.php, global variable $GLOBALS[gHtmlParser]['tagTypes']
    Tag types for the HTML nodes
$GLOBALS[gHtmlParser]['walkAbort']
in file php4-html-dom.php, global variable $GLOBALS[gHtmlParser]['walkAbort']
    walkDown() resul constants to control the continuation or abort of DOM walk
getAttribute
in file php4-html-dom.php, method htmlNode::getAttribute()
    Read an attribute by a given name. Case insensitive
getElementById
in file php4-html-dom.php, method htmlParser::getElementById()
    Find a single node by id case insensitive
getElementByName
in file php4-html-dom.php, method htmlParser::getElementByName()
    Find a single node by name case insensitive
getElementByTagName
in file php4-html-dom.php, method htmlParser::getElementByTagName()
    Find a single node by tag name case insensitive
getElementsById
in file php4-html-dom.php, method htmlParser::getElementsById()
    Find multiple nodes by id case insensitive
getElementsByName
in file php4-html-dom.php, method htmlParser::getElementsByName()
    Find multiple nodes by name case insensitive
getElementsByTagName
in file php4-html-dom.php, method htmlParser::getElementsByTagName()
    Find multiple nodes by name case insensitive
getHtml
in file php4-html-dom.php, method htmlNode::getHtml()
    Get the HTML from this node and all its children
getHtml
in file php4-html-dom.php, method htmlParser::getHtml()
    Read the current HTML
getInnerHtml
in file php4-html-dom.php, method htmlNode::getInnerHtml()
    Get the inner HTML from this nodes children
getParsePositionStr
in file php4-html-dom.php, method htmlNode::getParsePositionStr()
    Get the parsing position as a string
getText
in file php4-html-dom.php, method htmlNode::getText()
    Get the content of the text tags
gHtmlParser
in file php4-html-dom.php, constant gHtmlParser
    Top level key used for all globals
h

h

htmlNode
in file php4-html-dom.php, class htmlNode
    HTML node class
htmlNode
in file php4-html-dom.php, method htmlNode::htmlNode()
    Constructor
htmlParser
in file php4-html-dom.php, method htmlParser::htmlParser()
    Constructor
htmlParser
in file php4-html-dom.php, class htmlParser
    HTML parser class
i

i

$Index
in file php4-html-dom.php, variable htmlNode::$Index
    Defines position in the child array of the parent
insertChildNode
in file php4-html-dom.php, method htmlNode::insertChildNode()
    Inserts a child node at a given position of the ChildNodes array. 0 ist the first item
insertParentNode
in file php4-html-dom.php, method htmlNode::insertParentNode()
    Inserts a parentnode around the existing node
l

l

$LastHtml
in file php4-html-dom.php, variable htmlParser::$LastHtml
    Last HTML that was parsed
p

p

$Parent
in file php4-html-dom.php, variable htmlNode::$Parent
    Points to parent node
$ParseEndPosition
in file php4-html-dom.php, variable htmlNode::$ParseEndPosition
    Ending position of tag from the parsing operation
$ParseLineNumber
in file php4-html-dom.php, variable htmlNode::$ParseLineNumber
    Line number of tag from the parsing operation
$ParseLinePosition
in file php4-html-dom.php, variable htmlNode::$ParseLinePosition
    Position within Line of tag from the parsing operation
$ParseOptions
in file php4-html-dom.php, variable htmlParser::$ParseOptions
    Parser options
$ParseStartPosition
in file php4-html-dom.php, variable htmlNode::$ParseStartPosition
    Starting position of tag from the parsing operation
parse
in file php4-html-dom.php, method htmlParser::parse()
    Parse an HTML string
php4-html-dom-debug.php
procedural page php4-html-dom-debug.php
php4-html-dom.php
procedural page php4-html-dom.php
printDebugInfo
in file php4-html-dom-debug.php, function printDebugInfo()
    Print a table with all the debug information
printDebugStyle
in file php4-html-dom-debug.php, function printDebugStyle()
    Output the a style tag for the debug information
printDebugTableEnd
in file php4-html-dom-debug.php, function printDebugTableEnd()
    end a table end containing debug operations
printDebugTableOperation
in file php4-html-dom-debug.php, function printDebugTableOperation()
    end a table end containing debug operations
printDebugTableStart
in file php4-html-dom-debug.php, function printDebugTableStart()
    Start a table containing debug operations
r

r

$RootNode
in file php4-html-dom.php, variable htmlParser::$RootNode
    Instance of htmlNode representing the root node of the document
rootTagLength
in file php4-html-dom.php, constant rootTagLength
    Length of root tag to adjust character position on node->ParseStartPosition and node->ParseEndPosition
rootTagName
in file php4-html-dom.php, constant rootTagName
    Name used as root and to wrap passed HTML.
s

s

setAttribute
in file php4-html-dom.php, method htmlNode::setAttribute()
    Write to an attribute by a given name. If a blank string or NULL is passed the attribute is removed
setText
in file php4-html-dom.php, method htmlNode::setText()
    Clear the entire content of a tag and set a new text only (no html markup allowed). Returns the new node with the text
t

t

$TagData
in file php4-html-dom.php, variable htmlNode::$TagData
    Information between the < and > without the name of the tag.
$TagName
in file php4-html-dom.php, variable htmlNode::$TagName
    Name visible in HTML. For type ttText and ttRoot the name is blank
$TagType
in file php4-html-dom.php, variable htmlNode::$TagType
    Defines how the tag is displayed in HTML. <name> </name> <name/> <!-- comment -->,...
w

w

walkDown
in file php4-html-dom.php, method htmlNode::walkDown()
    Walk the DOM in the hierarchy down.

Documentation generated on Mon, 29 Mar 2010 09:09:08 -0400 by phpDocumentor 1.4.3