public class StartDocumentEventImpl extends BaseEventImpl implements StartDocument
mLocationATTRIBUTE, 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 | 
|---|
StartDocumentEventImpl(Location loc)
Method called by event factory, when constructing start document
 event. 
 | 
StartDocumentEventImpl(Location loc,
                      String encoding)  | 
StartDocumentEventImpl(Location loc,
                      String encoding,
                      String version)  | 
StartDocumentEventImpl(Location loc,
                      String encoding,
                      String version,
                      boolean standaloneSet,
                      boolean isStandalone)  | 
StartDocumentEventImpl(Location loc,
                      XMLStreamReader r)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
encodingSet()  | 
boolean | 
equals(Object o)
Declared abstract to force redefinition by sub-classes 
 | 
String | 
getCharacterEncodingScheme()  | 
int | 
getEventType()  | 
String | 
getSystemId()  | 
String | 
getVersion()  | 
int | 
hashCode()
Declared abstract to force redefinition by sub-classes 
 | 
boolean | 
isStandalone()  | 
boolean | 
isStartDocument()  | 
boolean | 
standaloneSet()  | 
void | 
writeAsEncodedUnicode(Writer w)  | 
void | 
writeUsing(XMLStreamWriter2 w)  | 
addHash, asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartElement, iteratedEquals, stringsWithNullsEqual, throwFromIOE, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitasCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartElementpublic StartDocumentEventImpl(Location loc, XMLStreamReader r)
public StartDocumentEventImpl(Location loc)
public boolean encodingSet()
encodingSet in interface StartDocumentpublic String getCharacterEncodingScheme()
getCharacterEncodingScheme in interface StartDocumentpublic String getSystemId()
getSystemId in interface StartDocumentpublic String getVersion()
getVersion in interface StartDocumentpublic boolean isStandalone()
isStandalone in interface StartDocumentpublic boolean standaloneSet()
standaloneSet in interface StartDocumentpublic int getEventType()
getEventType in interface XMLEventgetEventType in class BaseEventImplpublic boolean isStartDocument()
isStartDocument in interface XMLEventisStartDocument in class BaseEventImplpublic void writeAsEncodedUnicode(Writer w) throws XMLStreamException
writeAsEncodedUnicode in interface XMLEventwriteAsEncodedUnicode in class BaseEventImplXMLStreamExceptionpublic void writeUsing(XMLStreamWriter2 w) throws XMLStreamException
writeUsing in interface XMLEvent2writeUsing in class BaseEventImplXMLStreamExceptionpublic boolean equals(Object o)
BaseEventImplequals in class BaseEventImplpublic int hashCode()
BaseEventImplhashCode in class BaseEventImplCopyright © 2015 fasterxml.com. All Rights Reserved.