|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.fastinfoset.stax.events.EventBase
public abstract class EventBase
Field Summary | |
---|---|
protected int |
_eventType
|
protected javax.xml.stream.Location |
_location
|
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 | |
---|---|
EventBase()
|
|
EventBase(int eventType)
|
Method Summary | |
---|---|
javax.xml.stream.events.Characters |
asCharacters()
Returns this event as Characters, may result in a class cast exception if this event is not Characters. |
javax.xml.stream.events.EndElement |
asEndElement()
Returns this event as an end element event, may result in a class cast exception if this event is not a end element. |
javax.xml.stream.events.StartElement |
asStartElement()
Returns this event as a start element event, may result in a class cast exception if this event is not a start element. |
int |
getEventType()
Returns an integer code for this event. |
javax.xml.stream.Location |
getLocation()
Return the location of this event. |
javax.xml.namespace.QName |
getSchemaType()
This method is provided for implementations to provide optional type information about the associated event. |
java.lang.String |
getSystemId()
|
boolean |
isAttribute()
A utility function to check if this event is an Attribute. |
boolean |
isCharacters()
A utility function to check if this event is Characters. |
boolean |
isEndDocument()
|
boolean |
isEndElement()
|
boolean |
isEntityReference()
|
boolean |
isNamespace()
A utility function to check if this event is a Namespace. |
boolean |
isProcessingInstruction()
|
boolean |
isStartDocument()
|
boolean |
isStartElement()
|
protected void |
setEventType(int eventType)
|
void |
setLocation(javax.xml.stream.Location loc)
|
void |
writeAsEncodedUnicode(java.io.Writer writer)
This method will write the XMLEvent as per the XML 1.0 specification as Unicode characters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int _eventType
protected javax.xml.stream.Location _location
Constructor Detail |
---|
public EventBase()
public EventBase(int eventType)
Method Detail |
---|
public int getEventType()
getEventType
in interface javax.xml.stream.events.XMLEvent
protected void setEventType(int eventType)
public boolean isStartElement()
isStartElement
in interface javax.xml.stream.events.XMLEvent
public boolean isEndElement()
isEndElement
in interface javax.xml.stream.events.XMLEvent
public boolean isEntityReference()
isEntityReference
in interface javax.xml.stream.events.XMLEvent
public boolean isProcessingInstruction()
isProcessingInstruction
in interface javax.xml.stream.events.XMLEvent
public boolean isStartDocument()
isStartDocument
in interface javax.xml.stream.events.XMLEvent
public boolean isEndDocument()
isEndDocument
in interface javax.xml.stream.events.XMLEvent
public javax.xml.stream.Location getLocation()
getLocation
in interface javax.xml.stream.events.XMLEvent
Location
public void setLocation(javax.xml.stream.Location loc)
public java.lang.String getSystemId()
public javax.xml.stream.events.Characters asCharacters()
asCharacters
in interface javax.xml.stream.events.XMLEvent
public javax.xml.stream.events.EndElement asEndElement()
asEndElement
in interface javax.xml.stream.events.XMLEvent
public javax.xml.stream.events.StartElement asStartElement()
asStartElement
in interface javax.xml.stream.events.XMLEvent
public javax.xml.namespace.QName getSchemaType()
getSchemaType
in interface javax.xml.stream.events.XMLEvent
public boolean isAttribute()
isAttribute
in interface javax.xml.stream.events.XMLEvent
Attribute
public boolean isCharacters()
isCharacters
in interface javax.xml.stream.events.XMLEvent
Characters
public boolean isNamespace()
isNamespace
in interface javax.xml.stream.events.XMLEvent
Namespace
public void writeAsEncodedUnicode(java.io.Writer writer) throws javax.xml.stream.XMLStreamException
writeAsEncodedUnicode
in interface javax.xml.stream.events.XMLEvent
writer
- The writer that will output the data
XMLStreamException
- if there is a fatal error writing the event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |