org.apache.xml.security.stax.impl.stax
Class XMLSecCharactersImpl
java.lang.Object
org.apache.xml.security.stax.impl.stax.XMLSecEventBaseImpl
org.apache.xml.security.stax.impl.stax.XMLSecCharactersImpl
- All Implemented Interfaces:
- Characters, XMLEvent, XMLStreamConstants, XMLSecCharacters, XMLSecEvent
public class XMLSecCharactersImpl
- extends XMLSecEventBaseImpl
- implements XMLSecCharacters
- Version:
- $Revision: 1399606 $ $Date: 2012-10-18 13:17:41 +0100 (Thu, 18 Oct 2012) $
- Author:
- $Author: giger $
| 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 |
| Methods inherited from class org.apache.xml.security.stax.impl.stax.XMLSecEventBaseImpl |
asEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getEmptyIterator, getLocation, getParentXMLSecStartElement, getSchemaType, getStartElementAtLevel, isAttribute, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, setParentXMLSecStartElement, writeAsEncodedUnicode |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.xml.stream.events.XMLEvent |
getLocation, getSchemaType, isAttribute, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode |
XMLSecCharactersImpl
public XMLSecCharactersImpl(String data,
boolean isCData,
boolean isIgnorableWhiteSpace,
boolean isWhiteSpace,
XMLSecStartElement parentXmlSecStartElement)
XMLSecCharactersImpl
public XMLSecCharactersImpl(char[] text,
boolean isCData,
boolean isIgnorableWhiteSpace,
boolean isWhiteSpace,
XMLSecStartElement parentXmlSecStartElement)
getData
public String getData()
- Specified by:
getData in interface Characters
getText
public char[] getText()
- Specified by:
getText in interface XMLSecCharacters
isWhiteSpace
public boolean isWhiteSpace()
- Specified by:
isWhiteSpace in interface Characters
isCData
public boolean isCData()
- Specified by:
isCData in interface Characters
isIgnorableWhiteSpace
public boolean isIgnorableWhiteSpace()
- Specified by:
isIgnorableWhiteSpace in interface Characters
getEventType
public int getEventType()
- Specified by:
getEventType in interface XMLEvent
isCharacters
public boolean isCharacters()
- Specified by:
isCharacters in interface XMLEvent- Overrides:
isCharacters in class XMLSecEventBaseImpl
asCharacters
public XMLSecCharacters asCharacters()
- Specified by:
asCharacters in interface XMLEvent- Specified by:
asCharacters in interface XMLSecCharacters- Specified by:
asCharacters in interface XMLSecEvent- Overrides:
asCharacters in class XMLSecEventBaseImpl
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.