public class IgnorableSpaceEvent extends AbstractCharactersEvent
Characters event implementation.datalocation, schemaType| Constructor and Description |
|---|
IgnorableSpaceEvent(javax.xml.stream.events.Characters that) |
IgnorableSpaceEvent(java.lang.String data) |
IgnorableSpaceEvent(java.lang.String data,
javax.xml.stream.Location location) |
IgnorableSpaceEvent(java.lang.String data,
javax.xml.stream.Location location,
javax.xml.namespace.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, writeEventpublic IgnorableSpaceEvent(java.lang.String data)
public IgnorableSpaceEvent(java.lang.String data,
javax.xml.stream.Location location)
public IgnorableSpaceEvent(java.lang.String data,
javax.xml.stream.Location location,
javax.xml.namespace.QName schemaType)
public IgnorableSpaceEvent(javax.xml.stream.events.Characters that)