Class Notation

Node
  |
  +--Notation

public class Notation
extends Node

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.
 
Methods inherited from class Node
appendChild, checkDocument, checkHierarchy, cloneNode, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix
 

Field Detail

$publicId

private string $publicId
Die public identifier URL (URI) for this notation.
DOM-Level 1

$systemId

private string $systemId
Die system identifier URL (URI) for this notation.
DOM-Level 1
Constructor Detail

Notation

public Notation()
Constructor of the class.
Method Detail

getPublicId

public unknown getPublicId()
Returns the public identifier URL.
Returns:
string

getSystemId

public unknown getSystemId()
Returns the system identifier URL.
Returns:
string