Class XMLSecStartDocumentImpl
- java.lang.Object
-
- org.apache.xml.security.stax.impl.stax.XMLSecEventBaseImpl
-
- org.apache.xml.security.stax.impl.stax.XMLSecStartDocumentImpl
-
- All Implemented Interfaces:
StartDocument,XMLEvent,XMLStreamConstants,XMLSecEvent,XMLSecStartDocument
public class XMLSecStartDocumentImpl extends XMLSecEventBaseImpl implements XMLSecStartDocument
- Version:
- $Revision: 1659901 $ $Date: 2015-02-15 10:11:24 +0100 (Sun, 15 Feb 2015) $
- Author:
- $Author: giger $
-
-
Field Summary
-
Fields inherited from class org.apache.xml.security.stax.impl.stax.XMLSecEventBaseImpl
parentXMLSecStartELement
-
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
-
-
Constructor Summary
Constructors Constructor Description XMLSecStartDocumentImpl(String systemId, String characterEncodingScheme, Boolean standAlone, String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLSecStartDocumentasStartDocument()booleanencodingSet()StringgetCharacterEncodingScheme()intgetEventType()StringgetSystemId()StringgetVersion()booleanisStandalone()booleanisStartDocument()booleanstandaloneSet()voidwriteAsEncodedUnicode(Writer writer)-
Methods inherited from class org.apache.xml.security.stax.impl.stax.XMLSecEventBaseImpl
asCharacters, asEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getEmptyIterator, getLocation, getParentXMLSecStartElement, getSchemaType, getStartElementAtLevel, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartElement, setParentXMLSecStartElement
-
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, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartElement
-
Methods inherited from interface org.apache.xml.security.stax.ext.stax.XMLSecEvent
asCharacters, asEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getParentXMLSecStartElement, getStartElementAtLevel, setParentXMLSecStartElement
-
-
-
-
Method Detail
-
getEventType
public int getEventType()
- Specified by:
getEventTypein interfaceXMLEvent
-
getSystemId
public String getSystemId()
- Specified by:
getSystemIdin interfaceStartDocument
-
getCharacterEncodingScheme
public String getCharacterEncodingScheme()
- Specified by:
getCharacterEncodingSchemein interfaceStartDocument
-
encodingSet
public boolean encodingSet()
- Specified by:
encodingSetin interfaceStartDocument
-
isStandalone
public boolean isStandalone()
- Specified by:
isStandalonein interfaceStartDocument
-
standaloneSet
public boolean standaloneSet()
- Specified by:
standaloneSetin interfaceStartDocument
-
getVersion
public String getVersion()
- Specified by:
getVersionin interfaceStartDocument
-
isStartDocument
public boolean isStartDocument()
- Specified by:
isStartDocumentin interfaceXMLEvent- Overrides:
isStartDocumentin classXMLSecEventBaseImpl
-
asStartDocument
public XMLSecStartDocument asStartDocument()
- Specified by:
asStartDocumentin interfaceXMLSecStartDocument
-
writeAsEncodedUnicode
public void writeAsEncodedUnicode(Writer writer) throws XMLStreamException
- Specified by:
writeAsEncodedUnicodein interfaceXMLEvent- Overrides:
writeAsEncodedUnicodein classXMLSecEventBaseImpl- Throws:
XMLStreamException
-
-