public static class IDLFilter.DelegatingCharacters extends IDLFilter.DelegatingXMLEvent implements Characters
ATTRIBUTE, 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 |
---|
DelegatingCharacters(Characters delegate,
String data) |
Modifier and Type | Method and Description |
---|---|
Characters |
asCharacters() |
String |
getData() |
boolean |
isCData() |
boolean |
isCharacters() |
boolean |
isIgnorableWhiteSpace() |
boolean |
isWhiteSpace() |
asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode
public DelegatingCharacters(Characters delegate, String data)
public String getData()
getData
in interface Characters
public boolean isWhiteSpace()
isWhiteSpace
in interface Characters
public boolean isCData()
isCData
in interface Characters
public boolean isIgnorableWhiteSpace()
isIgnorableWhiteSpace
in interface Characters
public boolean isCharacters()
isCharacters
in interface XMLEvent
isCharacters
in class IDLFilter.DelegatingXMLEvent
public Characters asCharacters()
asCharacters
in interface XMLEvent
asCharacters
in class IDLFilter.DelegatingXMLEvent
Copyright © 2006-2016–2019. All rights reserved.