Interface XMLSecCharacters
-
- All Superinterfaces:
Characters
,XMLEvent
,XMLSecEvent
,XMLStreamConstants
- All Known Implementing Classes:
XMLSecCharactersImpl
public interface XMLSecCharacters extends XMLSecEvent, Characters
- Version:
- $Revision: 1398806 $ $Date: 2012-10-16 16:01:40 +0200 (Tue, 16 Oct 2012) $
- Author:
- $Author: giger $
-
-
Field Summary
-
Fields 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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XMLSecCharacters
asCharacters()
char[]
getText()
-
Methods inherited from interface javax.xml.stream.events.Characters
getData, isCData, isIgnorableWhiteSpace, isWhiteSpace
-
Methods inherited from interface javax.xml.stream.events.XMLEvent
getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode
-
Methods inherited from interface org.apache.xml.security.stax.ext.stax.XMLSecEvent
asEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getParentXMLSecStartElement, getStartElementAtLevel, setParentXMLSecStartElement
-
-
-
-
Method Detail
-
asCharacters
XMLSecCharacters asCharacters()
- Specified by:
asCharacters
in interfaceXMLEvent
- Specified by:
asCharacters
in interfaceXMLSecEvent
-
getText
char[] getText()
-
-