public class WNotationDeclaration
extends org.codehaus.stax2.ri.evt.NotationDeclarationEventImpl
NotationDeclaration2
.
The only required addition is that of passing in the Base URI.Modifier and Type | Field and Description |
---|---|
(package private) java.net.URL |
_baseURL
Base URL that can be used to resolve the notation reference if
necessary.
|
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() |
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
final java.net.URL _baseURL