Package javanet.staxutils.events
Class IgnorableSpaceEvent
java.lang.Object
javanet.staxutils.events.AbstractXMLEvent
javanet.staxutils.events.AbstractCharactersEvent
javanet.staxutils.events.IgnorableSpaceEvent
- All Implemented Interfaces:
Serializable,Cloneable,ExtendedXMLEvent,Characters,XMLEvent,XMLStreamConstants
Ignorable
Characters event implementation.- Version:
- $Revision: 1.1 $
- Author:
- Christian Niles
- See Also:
-
Field Summary
Fields inherited from class javanet.staxutils.events.AbstractCharactersEvent
dataFields 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
ConstructorsConstructorDescriptionIgnorableSpaceEvent(String data) IgnorableSpaceEvent(String data, Location location) IgnorableSpaceEvent(String data, Location location, QName schemaType) -
Method Summary
Modifier and TypeMethodDescriptionintReturnsXMLStreamConstants.SPACE.booleanisCData()booleanMethods inherited from class javanet.staxutils.events.AbstractCharactersEvent
getData, isCharacters, isWhiteSpaceMethods inherited from class javanet.staxutils.events.AbstractXMLEvent
asCharacters, asEndElement, asStartElement, clone, getLocation, getSchemaType, isAttribute, 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, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode
-
Constructor Details
-
IgnorableSpaceEvent
-
IgnorableSpaceEvent
-
IgnorableSpaceEvent
-
IgnorableSpaceEvent
-
-
Method Details
-
getEventType
public int getEventType()ReturnsXMLStreamConstants.SPACE. -
isCData
public boolean isCData() -
isIgnorableWhiteSpace
public boolean isIgnorableWhiteSpace()
-