diff --git a/reference/dom/functions/dom-domattr-isid.xml b/reference/dom/functions/dom-domattr-isid.xml index a13fd3f1ff..56e4573f75 100644 --- a/reference/dom/functions/dom-domattr-isid.xml +++ b/reference/dom/functions/dom-domattr-isid.xml @@ -1,8 +1,8 @@ - + - DOMAttr->isId + DOMAttr->isId() Checks if attribute is a defined ID diff --git a/reference/dom/functions/dom-domimplementation-createdocument.xml b/reference/dom/functions/dom-domimplementation-createdocument.xml index 3e86a1a549..8f05894881 100644 --- a/reference/dom/functions/dom-domimplementation-createdocument.xml +++ b/reference/dom/functions/dom-domimplementation-createdocument.xml @@ -1,5 +1,5 @@ - + DOMImplementation->createDocument() @@ -61,7 +61,7 @@ A new DOMDocument object. If namespaceURI, qualifiedName, and doctype are null, the returned - DOMDocument is empty with no document element + DOMDocument is empty with no document element diff --git a/reference/dom/functions/dom-domnode-normalize.xml b/reference/dom/functions/dom-domnode-normalize.xml index ee96043abd..3b2c5196f2 100644 --- a/reference/dom/functions/dom-domnode-normalize.xml +++ b/reference/dom/functions/dom-domnode-normalize.xml @@ -1,5 +1,5 @@ - + DOMNode->normalize() @@ -12,7 +12,7 @@ DOMNode - void + normalize @@ -21,6 +21,12 @@ Normalizes the node. + + &reftitle.returnvalues; + + &return.void; + + &reftitle.seealso; diff --git a/reference/dom/functions/dom-domnodelist-item.xml b/reference/dom/functions/dom-domnodelist-item.xml index b40af1d783..d4831bb148 100644 --- a/reference/dom/functions/dom-domnodelist-item.xml +++ b/reference/dom/functions/dom-domnodelist-item.xml @@ -1,8 +1,8 @@ - + - DOMNodelist->item + DOMNodelist->item() Retrieves a node specified by index diff --git a/reference/dom/functions/dom-domtext-iswhitespaceinelementcontent.xml b/reference/dom/functions/dom-domtext-iswhitespaceinelementcontent.xml index d5aa223315..2169c27ae9 100644 --- a/reference/dom/functions/dom-domtext-iswhitespaceinelementcontent.xml +++ b/reference/dom/functions/dom-domtext-iswhitespaceinelementcontent.xml @@ -1,29 +1,35 @@ - - - - DOMText->isWhitespaceInElementContent - - Indicates whether this text node contains whitespace - - - - &reftitle.description; - - DOMText - - bool - isWhitespaceInElementContent - - - - - Indicates whether this text node contains whitespace. The text node is - determined to contain whitespace in element content during the load of the - document. - - - + + + + DOMText->isWhitespaceInElementContent() + + Indicates whether this text node contains whitespace + + + + &reftitle.description; + + DOMText + + bool + isWhitespaceInElementContent + + + + + Indicates whether this text node contains whitespace. The text node is + determined to contain whitespace in element content during the load of the + document. + + + + &reftitle.returnvalues; + + &return.success; + + + - - - DOMText->splitText - - Breaks this node into two nodes at the specified offset - - - - &reftitle.description; - - DOMText - - DOMText - splitText - intoffset - - - - Breaks this node into two nodes at the specified offset, - keeping both in the tree as siblings. After being split, this node will - contain all the content up to the offset. A new - node of the same type, which contains all the content at and after the - offset, is returned. If the original node had a - parent node, the new node is inserted as the next sibling of the original - node. When the offset is equal to the length of - this node, the new node has no data. - - - + + + + DOMText->splitText() + + Breaks this node into two nodes at the specified offset + + + + &reftitle.description; + + DOMText + + DOMText + splitText + intoffset + + + + Breaks this node into two nodes at the specified offset, + keeping both in the tree as siblings. + + + After being split, this node will contain all the content up to the + offset. If the original node had a parent node, + the new node is inserted as the next sibling of the original node. + When the offset is equal to the length of this node, + the new node has no data. + + + + &reftitle.parameters; + + + + offset + + + The offset at which to split, starting from 0. + + + + + + + + &reftitle.returnvalues; + + The new node of the same type, which contains all the content at and after the + offset. + + + + dom_import_simplexml @@ -38,7 +38,7 @@ &reftitle.returnvalues; - The DOMElement node added or &false; if any errors occur. + The DOMElement node added or &false; if any errors occur. diff --git a/reference/dom/reference.xml b/reference/dom/reference.xml index f511e6169f..b64699bfc7 100644 --- a/reference/dom/reference.xml +++ b/reference/dom/reference.xml @@ -1,5 +1,5 @@ - + DOM Functions DOM @@ -1101,16 +1101,10 @@ &reftitle.methods; - - + - Indicates whether this text node contains whitespace - - - - - - - - - - + - Breaks the node into two nodes at the specified offset