Interface IXMLEventAllocator
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/javax/xml/stream/util/XMLEventAllocator.html
public interface IXMLEventAllocator
Methods
Allocate(XMLStreamReader)
XMLEvent Allocate(XMLStreamReader arg0)
Parameters
Returns
Exceptions
Allocate(XMLStreamReader, XMLEventConsumer)
void Allocate(XMLStreamReader arg0, XMLEventConsumer arg1)
Parameters
Exceptions
NewInstance()
XMLEventAllocator NewInstance()