public 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 and Description |
|---|
XMLSecStartDocumentImpl(String systemId,
String characterEncodingScheme,
Boolean standAlone,
String version) |
| Modifier and Type | Method and Description |
|---|---|
XMLSecStartDocument |
asStartDocument() |
boolean |
encodingSet() |
String |
getCharacterEncodingScheme() |
int |
getEventType() |
String |
getSystemId() |
String |
getVersion() |
boolean |
isStandalone() |
boolean |
isStartDocument() |
boolean |
standaloneSet() |
asCharacters, asEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getEmptyIterator, getLocation, getParentXMLSecStartElement, getSchemaType, getStartElementAtLevel, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartElement, setParentXMLSecStartElement, writeAsEncodedUnicodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasCharacters, asEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getParentXMLSecStartElement, getStartElementAtLevel, setParentXMLSecStartElementgetLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartElement, writeAsEncodedUnicodepublic 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 XMLSecStartDocumentCopyright © 2000–2014 The Apache Software Foundation. All rights reserved.