public class IgnorableSpaceEvent extends AbstractCharactersEvent
Characters event implementation.datalocation, schemaTypeATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT| Constructor and Description |
|---|
IgnorableSpaceEvent(Characters that) |
IgnorableSpaceEvent(String data) |
IgnorableSpaceEvent(String data,
Location location) |
IgnorableSpaceEvent(String data,
Location location,
QName schemaType) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEventType()
Returns
XMLStreamConstants.SPACE. |
boolean |
isCData() |
boolean |
isIgnorableWhiteSpace() |
getData, isCharacters, isWhiteSpaceasCharacters, asEndElement, asStartElement, clone, getLocation, getSchemaType, isAttribute, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, matches, toString, writeAsEncodedUnicode, writeEventequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicodepublic IgnorableSpaceEvent(String data)
public IgnorableSpaceEvent(Characters that)
public int getEventType()
XMLStreamConstants.SPACE.public boolean isCData()
public boolean isIgnorableWhiteSpace()
Copyright © 2020. All rights reserved.