|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Node | +--Notation
Class representing the DOM Notation interface.
Field Summary | |
private string |
$publicId
Die public identifier URL (URI) for this notation. DOM-Level 1 |
private string |
$systemId
Die system identifier URL (URI) for this notation. DOM-Level 1 |
Fields inherited from class Node |
$attributes, $childNodes, $firstChild, $lastChild, $localName, $namespaceURI, $nextSibling, $nodeID, $nodeName, $nodeType, $nodeValue, $ownerDocument, $parentNode, $prefix, $previousSibling, $readonly |
Constructor Summary | |
Notation()
Constructor of the class. |
Method Summary | |
unknown |
getPublicId()
Returns the public identifier URL. |
unknown |
getSystemId()
Returns the system identifier URL. |
Field Detail |
private string $publicId
private string $systemId
Constructor Detail |
public Notation()
Method Detail |
public unknown getPublicId()
public unknown getSystemId()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |