|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.stax2.ri.evt.BaseEventImpl
org.codehaus.stax2.ri.evt.NotationDeclarationEventImpl
com.ctc.wstx.evt.WNotationDeclaration
public class WNotationDeclaration
Woodstox implementation of NotationDeclaration2
.
The only required addition is that of passing in the Base URI.
Field Summary |
---|
Fields inherited from class org.codehaus.stax2.ri.evt.BaseEventImpl |
---|
mLocation |
Fields inherited from interface javax.xml.stream.XMLStreamConstants |
---|
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT |
Constructor Summary | |
---|---|
WNotationDeclaration(Location loc,
String name,
String pubId,
String sysId,
URL baseURL)
|
Method Summary | |
---|---|
String |
getBaseURI()
|
Methods inherited from class org.codehaus.stax2.ri.evt.NotationDeclarationEventImpl |
---|
equals, getEventType, getName, getPublicId, getSystemId, hashCode, writeAsEncodedUnicode, writeUsing |
Methods inherited from class org.codehaus.stax2.ri.evt.BaseEventImpl |
---|
addHash, asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, iteratedEquals, stringsWithNullsEqual, throwFromIOE, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.xml.stream.events.XMLEvent |
---|
asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement |
Constructor Detail |
---|
public WNotationDeclaration(Location loc, String name, String pubId, String sysId, URL baseURL)
Method Detail |
---|
public String getBaseURI()
getBaseURI
in interface org.codehaus.stax2.evt.NotationDeclaration2
getBaseURI
in class org.codehaus.stax2.ri.evt.NotationDeclarationEventImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |