com.ctc.wstx.ent
Class NotationDecl

java.lang.Object
  extended bycom.ctc.wstx.ent.NotationDecl

public class NotationDecl
extends java.lang.Object

Object that represents notation declarations DTD reader has parsed from DTD subsets.


Constructor Summary
NotationDecl(javax.xml.stream.Location loc, java.lang.String name, java.lang.String pubId, java.lang.String sysId)
           
 
Method Summary
 javax.xml.stream.Location getLocation()
           
 java.lang.String getName()
           
 java.lang.String getPublicId()
           
 java.lang.String getSystemId()
           
 void writeEnc(java.io.Writer w)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotationDecl

public NotationDecl(javax.xml.stream.Location loc,
                    java.lang.String name,
                    java.lang.String pubId,
                    java.lang.String sysId)
Method Detail

getLocation

public javax.xml.stream.Location getLocation()

getName

public java.lang.String getName()

getPublicId

public java.lang.String getPublicId()

getSystemId

public java.lang.String getSystemId()

writeEnc

public void writeEnc(java.io.Writer w)
              throws java.io.IOException
Throws:
java.io.IOException