|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.NotationImpl
public class NotationImpl
Notations are how the Document Type Description (DTD) records hints about the format of an XML "unparsed entity" -- in other words, non-XML data bound to this document type, which some applications may wish to consult when manipulating the document. A Notation represents a name-value pair, with its nodeName being set to the declared name of the notation.
Notations are also used to formally declare the "targets" of Processing Instructions.
Note that the Notation's data is non-DOM information; the DOM only records what and where it is.
See the XML 1.0 spec, sections 4.7 and 2.6, for more info.
Level 1 of the DOM does not support editing Notation contents.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
NotationImpl(CoreDocumentImpl ownerDoc,
java.lang.String name)
Factory constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getBaseURI()
Returns the absolute base URI of this node or null if the implementation wasn't able to obtain an absolute URI. |
java.lang.String |
getNodeName()
Returns the notation name |
short |
getNodeType()
A short integer indicating what type of node this is. |
java.lang.String |
getPublicId()
The Public Identifier for this Notation. |
java.lang.String |
getSystemId()
The System Identifier for this Notation. |
void |
setBaseURI(java.lang.String uri)
NON-DOM: set base uri |
void |
setPublicId(java.lang.String id)
NON-DOM: The Public Identifier for this Notation. |
void |
setSystemId(java.lang.String id)
NON-DOM: The System Identifier for this Notation. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
| Constructor Detail |
|---|
public NotationImpl(CoreDocumentImpl ownerDoc,
java.lang.String name)
| Method Detail |
|---|
public short getNodeType()
getNodeType in interface NodegetNodeType in class NodeImplpublic java.lang.String getNodeName()
getNodeName in interface NodegetNodeName in class NodeImplpublic java.lang.String getPublicId()
getPublicId in interface Notationpublic java.lang.String getSystemId()
getSystemId in interface Notationpublic void setPublicId(java.lang.String id)
public void setSystemId(java.lang.String id)
public java.lang.String getBaseURI()
getBaseURI in interface NodegetBaseURI in class NodeImplpublic void setBaseURI(java.lang.String uri)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||