org.apache.xerces.stax.events
Class StartDocumentImpl

java.lang.Object
  extended by org.apache.xerces.stax.events.XMLEventImpl
      extended by org.apache.xerces.stax.events.StartDocumentImpl
All Implemented Interfaces:
StartDocument, XMLEvent, XMLStreamConstants

public final class StartDocumentImpl
extends XMLEventImpl
implements StartDocument

Version:
$Id: StartDocumentImpl.java 730471 2008-12-31 20:45:32Z mrglavas $
Author:
Lucian Holland

Field Summary
 
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
 
Constructor Summary
StartDocumentImpl(String charEncoding, boolean encodingSet, boolean isStandalone, boolean standaloneSet, String version, Location location)
           
 
Method Summary
 boolean encodingSet()
           
 String getCharacterEncodingScheme()
           
 String getSystemId()
           
 String getVersion()
           
 boolean isStandalone()
           
 boolean standaloneSet()
           
 void writeAsEncodedUnicode(Writer writer)
           
 
Methods inherited from class org.apache.xerces.stax.events.XMLEventImpl
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.xml.stream.events.XMLEvent
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement
 

Constructor Detail

StartDocumentImpl

public StartDocumentImpl(String charEncoding,
                         boolean encodingSet,
                         boolean isStandalone,
                         boolean standaloneSet,
                         String version,
                         Location location)
Parameters:
location -
Method Detail

getSystemId

public String getSystemId()
Specified by:
getSystemId in interface StartDocument
See Also:
StartDocument.getSystemId()

getCharacterEncodingScheme

public String getCharacterEncodingScheme()
Specified by:
getCharacterEncodingScheme in interface StartDocument
See Also:
StartDocument.getCharacterEncodingScheme()

encodingSet

public boolean encodingSet()
Specified by:
encodingSet in interface StartDocument
See Also:
StartDocument.encodingSet()

isStandalone

public boolean isStandalone()
Specified by:
isStandalone in interface StartDocument
See Also:
StartDocument.isStandalone()

standaloneSet

public boolean standaloneSet()
Specified by:
standaloneSet in interface StartDocument
See Also:
StartDocument.standaloneSet()

getVersion

public String getVersion()
Specified by:
getVersion in interface StartDocument
See Also:
StartDocument.getVersion()

writeAsEncodedUnicode

public void writeAsEncodedUnicode(Writer writer)
                           throws XMLStreamException
Specified by:
writeAsEncodedUnicode in interface XMLEvent
Throws:
XMLStreamException


Copyright © 2011. All Rights Reserved.