@DOMObjectAttribute @DOMNameAttribute(name="Notation") public class Notation extends Node
Represents a notation declared in the DTD.
Node.FlagsATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, flags, nodeDocument, NOTATION_NODE, parent, PROCESSING_INSTRUCTION_NODE, TEXT_NODEEventMapPropertyChanged, PropertyChangedDelegate| Constructor and Description |
|---|
Notation(java.lang.String name,
java.lang.String publicId,
java.lang.String systemId,
Document doc)
Initializes a new instance of the
Notation class. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNodeName()
The name of this node, depending on its type.
|
int |
getNodeType()
A code representing the type of the underlying object.
|
java.lang.String |
getPublicId()
The public identifier of this notation.
|
java.lang.String |
getSystemId()
The system identifier of this notation.
|
adoptNode, appendChild, cloneNode, deepClone, dispose, finalize, getAttributes, getBaseURI, getChildNodes, getChildNodesInternal, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPrefix, getPreviousSibling, getRegisteredObservers, getTextContent, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceAll, replaceChild, setLocalName, setNamespaceURI, setNodeValue, setParentNode, setPrefix, setTextContent, toStringaddEventListener, addEventListener, addEventListener, addEventListener, dispatchEvent, dispose, removeEventListener, removeEventListener, removeEventListenerfireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding@DOMNameAttribute(name="publicId") public java.lang.String getPublicId()
The public identifier of this notation. If the public identifier was not specified, this is null.
Value: The public identifier.@DOMNameAttribute(name="systemId") public java.lang.String getSystemId()
The system identifier of this notation. If the system identifier was not specified, this is null. This may be an absolute URI or not.
Value: The system identifier.public java.lang.String getNodeName()
The name of this node, depending on its type.
Value: The name of the node.getNodeName in class Nodepublic int getNodeType()
A code representing the type of the underlying object.
Value: The type of the node.getNodeType in class Node