Interface IStartDocument
.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
SystemId
String SystemId { get; }
Property Value
Version
String Version { get; }
Property Value
Methods
EncodingSet()
bool EncodingSet()
Returns
IsStandalone()
bool IsStandalone()
Returns
StandaloneSet()
https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/events/StartDocument.html#standaloneSet--
bool StandaloneSet()