Package javanet.staxutils.events
Class NotationDeclarationEvent
java.lang.Object
javanet.staxutils.events.AbstractXMLEvent
javanet.staxutils.events.NotationDeclarationEvent
- All Implemented Interfaces:
Serializable,Cloneable,ExtendedXMLEvent,NotationDeclaration,XMLEvent,XMLStreamConstants
NotationDeclaration implementation.- Version:
- $Revision: 1.2 $
- Author:
- Christian Niles
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe notation name.protected StringThe public id of the notationprotected StringThe system id of the notationFields inherited from class javanet.staxutils.events.AbstractXMLEvent
location, schemaTypeFields 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
ConstructorsConstructorDescriptionNotationDeclarationEvent(String name, String publicId, String systemId, Location location) NotationDeclarationEvent(String name, String publicId, Location location) -
Method Summary
Methods inherited from class javanet.staxutils.events.AbstractXMLEvent
asCharacters, asEndElement, asStartElement, clone, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, matches, toString, writeAsEncodedUnicode, writeEventMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface javax.xml.stream.events.XMLEvent
asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode
-
Field Details
-
name
The notation name. -
publicId
The public id of the notation -
systemId
The system id of the notation
-
-
Constructor Details
-
NotationDeclarationEvent
-
NotationDeclarationEvent
-
NotationDeclarationEvent
-
-
Method Details
-
getEventType
public int getEventType()- Specified by:
getEventTypein interfaceXMLEvent
-
getName
- Specified by:
getNamein interfaceNotationDeclaration
-
getPublicId
- Specified by:
getPublicIdin interfaceNotationDeclaration
-
getSystemId
- Specified by:
getSystemIdin interfaceNotationDeclaration
-