StartDocument
, XMLEvent
, XMLStreamConstants
, XMLSecEvent
, XMLSecStartDocument
public class XMLSecStartDocumentImpl extends XMLSecEventBaseImpl implements XMLSecStartDocument
parentXMLSecStartELement
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
Constructor | Description |
---|---|
XMLSecStartDocumentImpl(String systemId,
String characterEncodingScheme,
Boolean standAlone,
String version) |
Modifier and Type | Method | Description |
---|---|---|
XMLSecStartDocument |
asStartDocument() |
|
boolean |
encodingSet() |
|
String |
getCharacterEncodingScheme() |
|
int |
getEventType() |
|
String |
getSystemId() |
|
String |
getVersion() |
|
boolean |
isStandalone() |
|
boolean |
isStartDocument() |
|
boolean |
standaloneSet() |
|
void |
writeAsEncodedUnicode(Writer writer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartElement
asCharacters, asEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getParentXMLSecStartElement, getStartElementAtLevel, setParentXMLSecStartElement
asCharacters, asEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getEmptyIterator, getLocation, getParentXMLSecStartElement, getSchemaType, getStartElementAtLevel, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartElement, setParentXMLSecStartElement
public int getEventType()
getEventType
in interface XMLEvent
public String getSystemId()
getSystemId
in interface StartDocument
public String getCharacterEncodingScheme()
getCharacterEncodingScheme
in interface StartDocument
public boolean encodingSet()
encodingSet
in interface StartDocument
public boolean isStandalone()
isStandalone
in interface StartDocument
public boolean standaloneSet()
standaloneSet
in interface StartDocument
public String getVersion()
getVersion
in interface StartDocument
public boolean isStartDocument()
isStartDocument
in interface XMLEvent
isStartDocument
in class XMLSecEventBaseImpl
public XMLSecStartDocument asStartDocument()
asStartDocument
in interface XMLSecStartDocument
public void writeAsEncodedUnicode(Writer writer) throws XMLStreamException
writeAsEncodedUnicode
in interface XMLEvent
writeAsEncodedUnicode
in class XMLSecEventBaseImpl
XMLStreamException
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.