Interface IStartDocument
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/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()
bool StandaloneSet()