com.ctc.wstx.evt
public class WNotationDeclaration extends NotationDeclarationEventImpl
NotationDeclaration2
.
The only required addition is that of passing in the Base URI.mLocation
Constructor and Description |
---|
WNotationDeclaration(javax.xml.stream.Location loc,
java.lang.String name,
java.lang.String pubId,
java.lang.String sysId,
java.net.URL baseURL) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBaseURI()
Empty base implementation: sub-classes should implement
|
equals, getEventType, getName, getPublicId, getSystemId, hashCode, writeAsEncodedUnicode, writeUsing
addHash, asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, iteratedEquals, stringsWithNullsEqual, throwFromIOE, toString
public WNotationDeclaration(javax.xml.stream.Location loc, java.lang.String name, java.lang.String pubId, java.lang.String sysId, java.net.URL baseURL)
public java.lang.String getBaseURI()
NotationDeclarationEventImpl
getBaseURI
in interface NotationDeclaration2
getBaseURI
in class NotationDeclarationEventImpl