Class DOMDocument
- DOMNode
-
DOMDocument
-
WPGMZA\DOMDocument
Direct known subclasses
WPGMZA\ModalDialog
public
|
|
public static
|
|
protected
|
|
protected
|
|
public
boolean
|
|
public
boolean
|
|
protected
|
|
public
mixed
|
#
querySelector( string $query )
Runs a CSS selector on the element. This is equivilant to Javascripts querySelector |
public
mixed
|
#
querySelectorAll( $query )
Runs a CSS selector on the element. This is equivilant to Javascripts querySelectorAll |
public
|
|
public
|
|
public
Smart\Element
|
|
public
string
|
#
saveInnerBody( )
This function saves only the inside of the element of this document. This is useful when you want to import a HTML document into another, but you don't want to end up with nested elements |
public
|
adoptNode(),
createAttribute(),
createAttributeNS(),
createCDATASection(),
createComment(),
createDocumentFragment(),
createElement(),
createElementNS(),
createEntityReference(),
createProcessingInstruction(),
createTextNode(),
getElementById(),
getElementsByTagName(),
getElementsByTagNameNS(),
importNode(),
loadHTML(),
loadHTMLFile(),
loadXML(),
normalizeDocument(),
registerNodeClass(),
relaxNGValidate(),
relaxNGValidateSource(),
renameNode(),
save(),
saveHTML(),
saveHTMLFile(),
saveXML(),
schemaValidate(),
schemaValidateSource(),
validate(),
xinclude()
|
C14N(),
C14NFile(),
appendChild(),
cloneNode(),
compareDocumentPosition(),
getFeature(),
getLineNo(),
getNodePath(),
getUserData(),
hasAttributes(),
hasChildNodes(),
insertBefore(),
isDefaultNamespace(),
isEqualNode(),
isSameNode(),
isSupported(),
lookupNamespaceUri(),
lookupPrefix(),
normalize(),
removeChild(),
replaceChild(),
setUserData()
|