java.lang.Object
org.xbib.content.xml.stream.AbstractXMLEvent
org.xbib.content.xml.stream.AbstractCharactersEvent
- All Implemented Interfaces:
Characters,XMLEvent,XMLStreamConstants
Abstract base class for various
Characters implementations.-
Field Summary
FieldsFields inherited from class org.xbib.content.xml.stream.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
Constructors -
Method Summary
Methods inherited from class org.xbib.content.xml.stream.AbstractXMLEvent
asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface javax.xml.stream.events.Characters
isCData, isIgnorableWhiteSpaceMethods inherited from interface javax.xml.stream.events.XMLEvent
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode
-
Field Details
-
data
-
-
Constructor Details
-
AbstractCharactersEvent
-
-
Method Details
-
getData
- Specified by:
getDatain interfaceCharacters
-
isCharacters
public boolean isCharacters()- Specified by:
isCharactersin interfaceXMLEvent- Overrides:
isCharactersin classAbstractXMLEvent
-
isWhiteSpace
public boolean isWhiteSpace()- Specified by:
isWhiteSpacein interfaceCharacters
-