Table of Contents

Interface IXMLEventAllocator

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

.NET interface for TO BE DEFINED FROM USER

public interface IXMLEventAllocator

Methods

Allocate(XMLStreamReader)

XMLEvent Allocate(XMLStreamReader arg0)

Parameters

arg0 XMLStreamReader

XMLStreamReader

Returns

XMLEvent

XMLEvent

Exceptions

XMLStreamException

Allocate(XMLStreamReader, XMLEventConsumer)

void Allocate(XMLStreamReader arg0, XMLEventConsumer arg1)

Parameters

arg0 XMLStreamReader

XMLStreamReader

arg1 XMLEventConsumer

XMLEventConsumer

Exceptions

XMLStreamException

NewInstance()

XMLEventAllocator NewInstance()

Returns

XMLEventAllocator

XMLEventAllocator