|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Node | +--Entity
Class representing the DOM Entity interface. Not supported yet.
Field Summary | |
private string |
$notationName
If the entity is unparsed, notationName is the entity's notation name. |
private string |
$publicId
Die public identifier URL (URI) for this entity. DOM-Level 1 |
private string |
$systemId
Die system identifier URL (URI) for this entity. 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 | |
Entity()
Constructor of the class. |
Method Summary | |
unknown |
getNotationName()
Returns the notation name of this entity if unparsed. |
unknown |
getPublicId()
Returns the public identifier URL. |
unknown |
getSystemId()
Returns the system identifier URL. |
Field Detail |
private string $notationName
private string $publicId
private string $systemId
Constructor Detail |
public Entity()
Method Detail |
public unknown getNotationName()
public unknown getPublicId()
public unknown getSystemId()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |