XML for Java 2.0.0

com.ibm.xml.framework
Class NotationDecl

java.lang.Object
  |
  +--com.ibm.xml.framework.NotationDecl

public final class NotationDecl
extends java.lang.Object

Parameter object for the EntityPool.addNotationDecl() method

Version:
Revision: 57 1.5 src/com/ibm/xml/framework/NotationDecl.java, parser, xml4j2, xml4j2_0_0

Field Summary
 int notationName
           
 int publicId
           
 int systemId
           
 
Constructor Summary
NotationDecl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

notationName

public int notationName

publicId

public int publicId

systemId

public int systemId
Constructor Detail

NotationDecl

public NotationDecl()

XML for Java 2.0.0