Zend Framework
3.0
|
This is the complete list of members for Document, including all inherited members.
$domDocument | Document | protected |
$encoding | Document | protected |
$errors | Document | protected |
$stringDocument | Document | protected |
$type | Document | protected |
$xpathNamespaces | Document | protected |
$xpathPhpFunctions | Document | protected |
__construct($document=null, $type=null, $encoding=null) | Document | |
DOC_HTML | Document | |
DOC_XHTML | Document | |
DOC_XML | Document | |
getDomDocument() | Document | |
getDomDocumentFromString($stringDocument) | Document | protected |
getEncoding() | Document | |
getErrors() | Document | |
getStringDocument() | Document | |
getType() | Document | |
getXpathNamespaces() | Document | |
getXpathPhpFunctions() | Document | |
registerXpathNamespaces($xpathNamespaces) | Document | |
registerXpathPhpFunctions($xpathPhpFunctions=true) | Document | |
setDomDocument(DOMDocument $domDocument) | Document | protected |
setEncoding($encoding) | Document | |
setErrors($errors) | Document | protected |
setStringDocument($document, $forcedType=null, $forcedEncoding=null) | Document | protected |
setType($type) | Document | protected |