public class XMLReaderFactoryDesktop extends XMLReaderFactory
Reader
.Constructor and Description |
---|
XMLReaderFactoryDesktop() |
Modifier and Type | Method and Description |
---|---|
AReader |
createReader()
Creates a new default XML Reader.
|
AReader |
createReader(boolean bulklink)
Creates a new XML Reader.
|
AReader |
createReader(boolean bulklink,
boolean validate,
boolean coalescing,
XMLReporter reporter)
Creates a new XML Reader.
|
AReader |
createReader(boolean bulklink,
boolean validate,
XMLReporter reporter)
Creates a new XML Reader.
|
getInstance
public AReader createReader()
createReader
in class XMLReaderFactory
public AReader createReader(boolean bulklink)
createReader
in class XMLReaderFactory
public AReader createReader(boolean bulklink, boolean validate, XMLReporter reporter)
createReader
in class XMLReaderFactory
public AReader createReader(boolean bulklink, boolean validate, boolean coalescing, XMLReporter reporter)
createReader
in class XMLReaderFactory