|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Node | +--DocumentType
Class representing the DOM DocumentType interface.
Field Summary | |
private NamedNodeMap |
$elements
A list off all defined elements and attributes. |
private NamedNodeMap |
$entities
A list of all generall entities declared in the DTD. DOM-Level 1 |
private string |
$internalSubset
Contains the documents internat subset as a string value. DOM-Level 2 |
private string |
$name
The name of the DTD. DOM-Level 1 |
private NamedNodeMap |
$notations
Contains a list of XML notation declarations. DOM-Level 1 |
private string |
$publicId
The public identifier of the external subset. DOM-Level 2 |
private string |
$systemId
The system identifier of the external subset. DOM-Level 2 |
Fields inherited from class Node |
$attributes, $childNodes, $firstChild, $lastChild, $localName, $namespaceURI, $nextSibling, $nodeID, $nodeName, $nodeType, $nodeValue, $ownerDocument, $parentNode, $prefix, $previousSibling, $readonly |
Constructor Summary | |
DocumentType()
Constructor of the class. |
Method Summary | |
NamedNodeMap |
getEntities()
Returns a NamedNodeMap containing all general entities declared in the DTD. DOM-Level 1 |
string |
getInternalSubset()
Returns the internal subset. DOM-Level 2 |
string |
getName()
Returns the name of the DTD. DOM-Level 1 |
NamedNodeMap |
getNotations()
Returns a NamedNodeMap containing all notations declared in the DTD. DOM-Level 1 |
string |
getPublicId()
Returns the public identifier of an external subset. DOM-Level 2 |
string |
getSystemId()
Returns the system identifier of an external subset. DOM-Level 2 |
Field Detail |
private NamedNodeMap $elements
private NamedNodeMap $entities
private string $name
private NamedNodeMap $notations
private string $internalSubset
private string $publicId
private string $systemId
Constructor Detail |
public DocumentType()
Method Detail |
public NamedNodeMap getEntities()
public string getInternalSubset()
public string getName()
public NamedNodeMap getNotations()
public string getPublicId()
public string getSystemId()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |