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, writeUsingasCharacters, asEndElement, asStartElement, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, throwFromIOE, toStringpublic 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.XMLEventgetLocation in class WEventpublic java.lang.String getName()
getName in interface javax.xml.stream.events.NotationDeclarationgetName in class WNotationDeclarationpublic java.lang.String getPublicId()
getPublicId in interface javax.xml.stream.events.NotationDeclarationgetPublicId in class WNotationDeclarationpublic java.lang.String getSystemId()
getSystemId in interface javax.xml.stream.events.NotationDeclarationgetSystemId in class WNotationDeclarationpublic void writeEnc(java.io.Writer w)
throws java.io.IOException
writeEnc in class WNotationDeclarationjava.io.IOException