Save This Page
Home » xmlbeans-2.4.0-src » org.apache.xmlbeans.xml.stream » [javadoc | source]
org.apache.xmlbeans.xml.stream
public interface: StartDocument [javadoc | source]

All Implemented Interfaces:
    XMLEvent

All Known Implementing Classes:
    StartDocumentImpl

An interface for the start document event
Method from org.apache.xmlbeans.xml.stream.StartDocument Summary:
getCharacterEncodingScheme,   getSystemId,   getVersion,   isStandalone
Method from org.apache.xmlbeans.xml.stream.StartDocument Detail:
 public String getCharacterEncodingScheme()
 public String getSystemId()
 public String getVersion()
 public boolean isStandalone()