com.ctc.wstx.ent
public class NotationDecl extends WNotationDeclaration
Constructor and Description |
---|
NotationDecl(javax.xml.stream.Location loc,
java.lang.String name,
java.lang.String pubId,
java.lang.String sysId) |
Modifier and Type | Method and Description |
---|---|
javax.xml.stream.Location |
getLocation() |
java.lang.String |
getName() |
java.lang.String |
getPublicId() |
java.lang.String |
getSystemId() |
void |
writeEnc(java.io.Writer w) |
getEventType, writeAsEncodedUnicode, writeUsing
asCharacters, asEndElement, asStartElement, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, throwFromIOE, toString
public NotationDecl(javax.xml.stream.Location loc, java.lang.String name, java.lang.String pubId, java.lang.String sysId)
public javax.xml.stream.Location getLocation()
getLocation
in interface javax.xml.stream.events.XMLEvent
getLocation
in class WEvent
public java.lang.String getName()
getName
in interface javax.xml.stream.events.NotationDeclaration
getName
in class WNotationDeclaration
public java.lang.String getPublicId()
getPublicId
in interface javax.xml.stream.events.NotationDeclaration
getPublicId
in class WNotationDeclaration
public java.lang.String getSystemId()
getSystemId
in interface javax.xml.stream.events.NotationDeclaration
getSystemId
in class WNotationDeclaration
public void writeEnc(java.io.Writer w) throws java.io.IOException
writeEnc
in class WNotationDeclaration
java.io.IOException