public abstract class XMLReaderFactory
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
XMLReaderFactory()
Constructor
|
Modifier and Type | Method and Description |
---|---|
abstract AReader |
createReader()
Creates a new default XML Reader.
|
abstract AReader |
createReader(boolean bulklink)
Creates a new XML Reader
|
abstract AReader |
createReader(boolean bulklink,
boolean validate,
boolean coalescing,
XMLReporter reporter)
Creates a new XML Reader
|
abstract AReader |
createReader(boolean bulklink,
boolean validate,
XMLReporter reporter)
Creates a new XML Reader
|
static XMLReaderFactory |
getInstance()
Returns the instance of this factory.
|
public static XMLReaderFactory getInstance()
public abstract AReader createReader()
public abstract AReader createReader(boolean bulklink)
public abstract AReader createReader(boolean bulklink, boolean validate, XMLReporter reporter)
public abstract AReader createReader(boolean bulklink, boolean validate, boolean coalescing, XMLReporter reporter)