com.ctc.wstx.ent
Class NotationDecl
java.lang.Object
com.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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotationDecl
public NotationDecl(javax.xml.stream.Location loc,
java.lang.String name,
java.lang.String pubId,
java.lang.String sysId)
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