Table of Contents

Interface IXMLStreamWriter

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

.NET interface for TO BE DEFINED FROM USER

public interface IXMLStreamWriter

Properties

NamespaceContext

NamespaceContext NamespaceContext { get; set; }

Property Value

NamespaceContext

Methods

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

GetProperty(String)

object GetProperty(String arg0)

Parameters

arg0 String

String

Returns

object

object

Exceptions

IllegalArgumentException

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

WriteAttribute(String, String)

void WriteAttribute(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

XMLStreamException

WriteAttribute(String, String, String)

void WriteAttribute(String arg0, String arg1, String arg2)

Parameters

arg0 String

String

arg1 String

String

arg2 String

String

Exceptions

XMLStreamException

WriteAttribute(String, String, String, String)

void WriteAttribute(String arg0, String arg1, String arg2, String arg3)

Parameters

arg0 String

String

arg1 String

String

arg2 String

String

arg3 String

String

Exceptions

XMLStreamException

WriteCData(String)

void WriteCData(String arg0)

Parameters

arg0 String

String

Exceptions

XMLStreamException

WriteCharacters(String)

void WriteCharacters(String arg0)

Parameters

arg0 String

String

Exceptions

XMLStreamException

WriteCharacters(char[], int, int)

void WriteCharacters(char[] arg0, int arg1, int arg2)

Parameters

arg0 char[]

char

arg1 int

int

arg2 int

int

Exceptions

XMLStreamException

WriteComment(String)

void WriteComment(String arg0)

Parameters

arg0 String

String

Exceptions

XMLStreamException

WriteDTD(String)

void WriteDTD(String arg0)

Parameters

arg0 String

String

Exceptions

XMLStreamException

WriteDefaultNamespace(String)

void WriteDefaultNamespace(String arg0)

Parameters

arg0 String

String

Exceptions

XMLStreamException

WriteEmptyElement(String)

void WriteEmptyElement(String arg0)

Parameters

arg0 String

String

Exceptions

XMLStreamException

WriteEmptyElement(String, String)

void WriteEmptyElement(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

XMLStreamException

WriteEmptyElement(String, String, String)

void WriteEmptyElement(String arg0, String arg1, String arg2)

Parameters

arg0 String

String

arg1 String

String

arg2 String

String

Exceptions

XMLStreamException

WriteEndDocument()

void WriteEndDocument()

Exceptions

XMLStreamException

WriteEndElement()

void WriteEndElement()

Exceptions

XMLStreamException

WriteEntityRef(String)

void WriteEntityRef(String arg0)

Parameters

arg0 String

String

Exceptions

XMLStreamException

WriteNamespace(String, String)

void WriteNamespace(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

XMLStreamException

WriteProcessingInstruction(String)

void WriteProcessingInstruction(String arg0)

Parameters

arg0 String

String

Exceptions

XMLStreamException

WriteProcessingInstruction(String, String)

void WriteProcessingInstruction(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

XMLStreamException

WriteStartDocument()

void WriteStartDocument()

Exceptions

XMLStreamException

WriteStartDocument(String)

void WriteStartDocument(String arg0)

Parameters

arg0 String

String

Exceptions

XMLStreamException

WriteStartDocument(String, String)

void WriteStartDocument(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

XMLStreamException

WriteStartElement(String)

void WriteStartElement(String arg0)

Parameters

arg0 String

String

Exceptions

XMLStreamException

WriteStartElement(String, String)

void WriteStartElement(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

XMLStreamException

WriteStartElement(String, String, String)

void WriteStartElement(String arg0, String arg1, String arg2)

Parameters

arg0 String

String

arg1 String

String

arg2 String

String

Exceptions

XMLStreamException