javax.xml.stream.events

Interface StartDocument

public interface StartDocument extends XMLEvent

Method Summary
booleanencodingSet()
StringgetCharacterEncodingScheme()
StringgetSystemId()
StringgetVersion()
booleanisStandalone()
booleanstandaloneSet()

Method Detail

encodingSet

public boolean encodingSet()

getCharacterEncodingScheme

public String getCharacterEncodingScheme()

getSystemId

public String getSystemId()

getVersion

public String getVersion()

isStandalone

public boolean isStandalone()

standaloneSet

public boolean standaloneSet()