public abstract class Reader extends Object
Modifier | Constructor and Description |
---|---|
protected |
Reader(Context context) |
Modifier and Type | Method and Description |
---|---|
protected XMLInputFactory |
getXMLInputFactory() |
Object |
read(InputStream is) |
Object |
read(InputStream is,
Map<String,Object> properties) |
Object |
read(XMLStreamReader xsr) |
Object |
read(XMLStreamReader xsr,
Map<String,Object> properties) |
Object |
read(XMLStreamReader xsr,
Map<String,Object> properties,
QName type) |
abstract Object |
read(XoXMLStreamReader xsr,
Map<String,Object> properties) |
abstract Object |
read(XoXMLStreamReader xsr,
Map<String,Object> properties,
QName type) |
protected Context context
protected Reader(Context context)
public Object read(InputStream is, Map<String,Object> properties) throws Exception
Exception
protected XMLInputFactory getXMLInputFactory() throws FactoryConfigurationError
FactoryConfigurationError
public Object read(InputStream is) throws Exception
Exception
public Object read(XMLStreamReader xsr) throws Exception
Exception
public Object read(XMLStreamReader xsr, Map<String,Object> properties) throws Exception
Exception
public Object read(XMLStreamReader xsr, Map<String,Object> properties, QName type) throws Exception
Exception
public abstract Object read(XoXMLStreamReader xsr, Map<String,Object> properties) throws Exception
Exception
Copyright © 2007–2019. All rights reserved.