public class XMLSecCharactersImpl extends XMLSecEventBaseImpl implements XMLSecCharacters
parentXMLSecStartELementATTRIBUTE, 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 |
|---|
XMLSecCharactersImpl(char[] text,
boolean isCData,
boolean isIgnorableWhiteSpace,
boolean isWhiteSpace,
XMLSecStartElement parentXmlSecStartElement) |
XMLSecCharactersImpl(String data,
boolean isCData,
boolean isIgnorableWhiteSpace,
boolean isWhiteSpace,
XMLSecStartElement parentXmlSecStartElement) |
| Modifier and Type | Method and Description |
|---|---|
XMLSecCharacters |
asCharacters() |
String |
getData() |
int |
getEventType() |
char[] |
getText() |
boolean |
isCData() |
boolean |
isCharacters() |
boolean |
isIgnorableWhiteSpace() |
boolean |
isWhiteSpace() |
void |
writeAsEncodedUnicode(Writer writer) |
asEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getEmptyIterator, getLocation, getParentXMLSecStartElement, getSchemaType, getStartElementAtLevel, isAttribute, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, setParentXMLSecStartElementclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getParentXMLSecStartElement, getStartElementAtLevel, setParentXMLSecStartElementgetLocation, getSchemaType, isAttribute, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElementpublic XMLSecCharactersImpl(String data, boolean isCData, boolean isIgnorableWhiteSpace, boolean isWhiteSpace, XMLSecStartElement parentXmlSecStartElement)
public XMLSecCharactersImpl(char[] text,
boolean isCData,
boolean isIgnorableWhiteSpace,
boolean isWhiteSpace,
XMLSecStartElement parentXmlSecStartElement)
public String getData()
getData in interface Characterspublic char[] getText()
getText in interface XMLSecCharacterspublic boolean isWhiteSpace()
isWhiteSpace in interface Characterspublic boolean isCData()
isCData in interface Characterspublic boolean isIgnorableWhiteSpace()
isIgnorableWhiteSpace in interface Characterspublic int getEventType()
getEventType in interface XMLEventpublic boolean isCharacters()
isCharacters in interface XMLEventisCharacters in class XMLSecEventBaseImplpublic XMLSecCharacters asCharacters()
asCharacters in interface XMLEventasCharacters in interface XMLSecCharactersasCharacters in interface XMLSecEventasCharacters in class XMLSecEventBaseImplpublic void writeAsEncodedUnicode(Writer writer) throws XMLStreamException
writeAsEncodedUnicode in interface XMLEventwriteAsEncodedUnicode in class XMLSecEventBaseImplXMLStreamExceptionCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.