Table of Contents

Interface IStartDocument

Namespace
Javax.Xml.Stream.Events
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/events/StartDocument.html

public interface IStartDocument : IXMLEvent, IXMLStreamConstants
Inherited Members

Properties

CharacterEncodingScheme

String CharacterEncodingScheme { get; }

Property Value

String

SystemId

String SystemId { get; }

Property Value

String

Version

String Version { get; }

Property Value

String

Methods

EncodingSet()

bool EncodingSet()

Returns

bool

bool

IsStandalone()

bool IsStandalone()

Returns

bool

bool

StandaloneSet()

bool StandaloneSet()

Returns

bool

bool