AbstractDocument __construct(
[
$documentRoot = NULL]
)
|
|
Constructor method.
Parameters:
Information Tags:
| Since: | 0.5.0 - 08. Feb. 2007 |
Redefinition of:
- DOMDocument::constructor __construct ( )
Redefined in descendants as:
DOMElement createDCElement(
string
$tag, [string
$value = null]
)
|
|
Create an DOMElement in the DC namespace with tag $tag.
Parameters:
|
string |
$tag: |
Tag of the new DOMElement |
|
string |
$value: |
If seted, this is the node value. |
API Tags:
Information Tags:
| Since: | 0.5.2 - 05. Mar. 2007 |
Create an ODPElement as '<style:default-style>'.
API Tags:
Information Tags:
| Since: | 0.5.2 - 19. Mar. 2007 |
Create an ODPElement as '<style:graphic-properties>'.
API Tags:
Information Tags:
| Since: | 0.5.2 - 16. Mar. 2007 |
DOMElement createManifestElement(
string
$tag, [string
$value = null]
)
|
|
Create an DOMElement in the Manifest namespace with tag $tag.
Parameters:
|
string |
$tag: |
Tag of the new DOMElement |
|
string |
$value: |
If seted, this is the node value. |
API Tags:
Information Tags:
| Since: | 0.5.2 - 05. Mar. 2007 |
DOMElement createMetaElement(
string
$tag, [string
$value = null]
)
|
|
Create an DOMElement in the Meta namespace with tag $tag.
Parameters:
|
string |
$tag: |
Tag of the new DOMElement |
|
string |
$value: |
If seted, this is the node value. |
API Tags:
Information Tags:
| Since: | 0.5.2 - 05. Mar. 2007 |
DOMElement createOfficeElement(
string
$tag, string
$value
)
|
|
Create an DOMElement in the Office namespace with tag $tag.
Example:
will create an DOMElement like: <office:document xmlns:office="" />
.
Parameters:
|
string |
$tag: |
Tag of the new DOMElement |
|
string |
$value: |
If seted, this is the node value. |
API Tags:
Information Tags:
| Since: | 0.5.2 - 05. Mar. 2007 |
Create an ODPElement as '<style:paragraph-properties>'.
API Tags:
Information Tags:
| Since: | 0.5.2 - 16. Mar. 2007 |
DOMElement createStyleElement(
string
$tag, [string
$value = null]
)
|
|
Create an DOMElement in the Meta namespace with tag $tag.
Parameters:
|
string |
$tag: |
Tag of the new DOMElement |
|
string |
$value: |
If seted, this is the node value. |
API Tags:
Information Tags:
| Since: | 0.5.2 - 05. Mar. 2007 |
Create an ODPElement as '<style:style>'.
API Tags:
Information Tags:
| Since: | 0.5.2 - 19. Mar. 2007 |
Create an ODPElement as '<style:text-properties>'.
API Tags:
Information Tags:
| Since: | 0.5.2 - 16. Mar. 2007 |
mixed getElementNS(
string
$namespace,
$element, string
$elemet
)
|
|
Retrieve the value of an element by its namespace and tag.
Parameters:
|
string |
$namespace: |
Namespace of the element. |
|
string |
$elemet: |
Tag of the element. |
|
|
$element: |
|
API Tags:
| Return: | The value of the element as string or the boolean 'false', if no element was found. |
| Access: | public |
Information Tags:
| Since: | 0.5.0 - 08. Feb. 2007 |
Initialize xpath. You must do this before using xpath.
API Tags:
Information Tags:
| Since: | 0.5.2 - 26. Feb. 2007 |
This function is not needed, so we always return false!
Parameters:
API Tags:
Information Tags:
| Since: | 0.5.0 - 08. Feb. 2007 |
Redefinition of:
- DOMDocument::loadHTML ( )
void loadHTMLFile(
$filename
)
|
|
This function is not needed, so we always return false!
Parameters:
API Tags:
Information Tags:
| Since: | 0.5.0 - 08. Feb. 2007 |
Redefinition of:
- DOMDocument::loadHTMLFile ( )
This function is not needed, so we always return false!
API Tags:
Information Tags:
| Since: | 0.5.0 - 08. Feb. 2007 |
Redefinition of:
- DOMDocument::saveHTML ( )
void saveHTMLFile(
$filename
)
|
|
This function is not needed, so we always return false!
Parameters:
API Tags:
Information Tags:
| Since: | 0.5.0 - 08. Feb. 2007 |
Redefinition of:
- DOMDocument::saveHTMLFile ( )
void saveXML(
[DOMNode
$node = NULL], [int
$options = NULL]
)
|
|
Dumps the internal XML tree back into a string.
Creates an XML document from the DOM representation. This function is usually called after building a new DOM document from scratch.
Parameters:
|
DOMNode |
$node: |
Use this parameter to output only a specific node without XML declaration rather than the entire document. |
|
int |
$options: |
Additional Options. Currently only LIBXML_NOEMPTYTAG is supported. |
API Tags:
Information Tags:
| Since: | 0.5.0 - 08. Feb. 2007 |
Redefinition of:
- DOMDocument::saveXML ( )
Redefined in descendants as:
void _setRoot(
[
$documentRoot = null]
)
|
|
Set the root Element of this document.
Parameters:
API Tags:
Information Tags:
| Since: | 0.5.1 - 08. Feb. 2007 |
Redefined in descendants as: