org.apache.xml.security.stax.impl.stax
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 09:11:24 +0000 (Sun, 15 Feb 2015) $
- 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 |
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 |
XMLSecStartDocumentImpl
public XMLSecStartDocumentImpl(String systemId,
String characterEncodingScheme,
Boolean standAlone,
String version)
getEventType
public int getEventType()
- Specified by:
getEventType in interface XMLEvent
getSystemId
public String getSystemId()
- Specified by:
getSystemId in interface StartDocument
getCharacterEncodingScheme
public String getCharacterEncodingScheme()
- Specified by:
getCharacterEncodingScheme in interface StartDocument
encodingSet
public boolean encodingSet()
- Specified by:
encodingSet in interface StartDocument
isStandalone
public boolean isStandalone()
- Specified by:
isStandalone in interface StartDocument
standaloneSet
public boolean standaloneSet()
- Specified by:
standaloneSet in interface StartDocument
getVersion
public String getVersion()
- Specified by:
getVersion in interface StartDocument
isStartDocument
public boolean isStartDocument()
- Specified by:
isStartDocument in interface XMLEvent- Overrides:
isStartDocument in class XMLSecEventBaseImpl
asStartDocument
public XMLSecStartDocument asStartDocument()
- Specified by:
asStartDocument in interface XMLSecStartDocument
writeAsEncodedUnicode
public void writeAsEncodedUnicode(Writer writer)
throws XMLStreamException
- Specified by:
writeAsEncodedUnicode in interface XMLEvent- Overrides:
writeAsEncodedUnicode in class XMLSecEventBaseImpl
- Throws:
XMLStreamException
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.