Table of Contents

Interface IXMLEventWriter

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

.NET interface for TO BE DEFINED FROM USER

public interface IXMLEventWriter : IXMLEventConsumer

Properties

NamespaceContext

NamespaceContext NamespaceContext { get; set; }

Property Value

NamespaceContext

Methods

Add(XMLEvent)

void Add(XMLEvent arg0)

Parameters

arg0 XMLEvent

XMLEvent

Exceptions

XMLStreamException

Add(XMLEventReader)

void Add(XMLEventReader arg0)

Parameters

arg0 XMLEventReader

XMLEventReader

Exceptions

XMLStreamException

Close()

void Close()

Exceptions

XMLStreamException

Flush()

void Flush()

Exceptions

XMLStreamException

GetPrefix(String)

String GetPrefix(String arg0)

Parameters

arg0 String

String

Returns

String

String

Exceptions

XMLStreamException

SetDefaultNamespace(String)

void SetDefaultNamespace(String arg0)

Parameters

arg0 String

String

Exceptions

XMLStreamException

SetPrefix(String, String)

void SetPrefix(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

XMLStreamException