StartDocument, XMLEvent, XMLStreamConstants, XMLSecEvent, XMLSecStartDocumentpublic class XMLSecStartDocumentImpl extends XMLSecEventBaseImpl implements XMLSecStartDocument
parentXMLSecStartELementATTRIBUTE, 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, waitgetLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartElementasCharacters, asEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getParentXMLSecStartElement, getStartElementAtLevel, setParentXMLSecStartElementasCharacters, asEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getEmptyIterator, getLocation, getParentXMLSecStartElement, getSchemaType, getStartElementAtLevel, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartElement, setParentXMLSecStartElementpublic int getEventType()
getEventType in interface XMLEventpublic String getSystemId()
getSystemId in interface StartDocumentpublic String getCharacterEncodingScheme()
getCharacterEncodingScheme in interface StartDocumentpublic boolean encodingSet()
encodingSet in interface StartDocumentpublic boolean isStandalone()
isStandalone in interface StartDocumentpublic boolean standaloneSet()
standaloneSet in interface StartDocumentpublic String getVersion()
getVersion in interface StartDocumentpublic boolean isStartDocument()
isStartDocument in interface XMLEventisStartDocument in class XMLSecEventBaseImplpublic XMLSecStartDocument asStartDocument()
asStartDocument in interface XMLSecStartDocumentpublic void writeAsEncodedUnicode(Writer writer) throws XMLStreamException
writeAsEncodedUnicode in interface XMLEventwriteAsEncodedUnicode in class XMLSecEventBaseImplXMLStreamExceptionCopyright © 2000–2018 The Apache Software Foundation. All rights reserved.