GetXMLDeclaration
Description
Gets the declaration of the XML document.
Syntax
|
1 |
pbdom_document_name.GetXMLDeclaration (ref string version, ref string encoding, ref string standalone) |
|
Argument |
Description |
|---|---|
|
pbdom_document_name |
The name of a PBDOM_DOCUMENT object |
|
version |
The value of version in the declaration of the XML |
|
encoding |
The value of encoding in the declaration of the XML |
|
standalone |
The value of standalone in the declaration of the |
Return value
Boolean.
Returns true for success and false for failure.
Throws
EXCEPTION_PBDOM_OBJECT_INVALID_FOR_USE — This PBDOM_OBJECT object
is not associated with a derived PBDOM_OBJECT class object.
See also