|
XML for Java Compatibility API 2.0.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.ibm.xml.parser.Child
|
+--com.ibm.xml.parser.TXNotation
The TXNotation class represents the definition of a notation within a DTD.
Notations identify by name the format of external binary entities, or the application to
which a processing instruction is addressed.
TXNotation isn't an implement class of org.w3c.dom.Notation.
Notation, Serialized Form| Fields inherited from class com.ibm.xml.parser.Child |
ATTDEF,
ATTLIST,
ELEMENT_DECL,
NAME_ATTDEF,
NAME_ATTLIST,
NAME_CDATA,
NAME_COMMENT,
NAME_DOCFRAGMENT,
NAME_DOCUMENT,
NAME_ELEMENT_DECL,
NAME_PSEUDONODE,
NAME_TEXT,
PSEUDONODE |
| Constructor Summary | |
TXNotation(java.lang.String name,
ExternalID externalID)
Constructor. |
|
| Method Summary | |
void |
acceptPost(Visitor visitor)
Implements the accept operation of the visitor design pattern when the end of a TXNotation Node is recognized when traversing the document object tree. |
void |
acceptPre(Visitor visitor)
Implements the accept operation of the visitor design pattern when the start of a TXNotation Node is recognized when traversing the document object tree. |
java.lang.Object |
clone()
Clone this Notation Node using the appropriate factory. |
boolean |
equals(org.w3c.dom.Node arg,
boolean deep)
|
ExternalID |
getExternalID()
Returns the external ID associated with this Notation Node. |
java.lang.String |
getName()
Deprecated. Use getNodeName(). |
java.lang.String |
getNodeName()
Returns the name of the Notation. |
short |
getNodeType()
Returns that this object is a Notation Node. |
protected org.w3c.dom.Notation |
getNotationImpl()
Wrapper for DOM. |
java.lang.String |
getPublicId()
Returns the public identifier of the Notation. |
java.lang.String |
getSystemId()
Returns the system identifier of the Notation. |
void |
setName(java.lang.String name)
Deprecated. |
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public TXNotation(java.lang.String name,
ExternalID externalID)
name - The name of the Notation.externalID - The public or system identifier which defines the DTD's notation.| Method Detail |
public java.lang.Object clone()
This method is defined by Child.
Child.clone()
public boolean equals(org.w3c.dom.Node arg,
boolean deep)
deep - Ignored.public short getNodeType()
public java.lang.String getNodeName()
public java.lang.String getName()
setName(java.lang.String)public void setName(java.lang.String name)
name - The name of the Notation.getName()public java.lang.String getSystemId()
ExternalID.getSystemLiteral()public java.lang.String getPublicId()
ExternalIDpublic ExternalID getExternalID()
ExternalID
public void acceptPre(Visitor visitor)
throws java.lang.Exception
visitor - The implemention of the Visitor operation (toXMLString, digest, ...)Visitor,
TreeTraversal,
NonRecursivePreorderTreeTraversal,
TreeTraversalException
public void acceptPost(Visitor visitor)
throws java.lang.Exception
visitor - The implemention of the Visitor operation (toXMLString, digest, ...)Visitor,
TreeTraversal,
NonRecursivePreorderTreeTraversal,
TreeTraversalExceptionprotected org.w3c.dom.Notation getNotationImpl()
|
XML for Java Compatibility API 2.0.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||