Java javax.xml.stream.events StartDocument fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.stream.events StartDocument fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.stream.events StartDocument.

The text is from its open source code.

Method

booleanencodingSet()
Returns true if CharacterEncodingScheme was set in the encoding declaration of the document
StringgetCharacterEncodingScheme()
Returns the encoding style of the XML data
StringgetVersion()
Returns the version of XML of this XML stream
booleanisStandalone()
Returns if this XML is standalone
booleanstandaloneSet()
Returns true if the standalone attribute was set in the encoding declaration of the document.