| Package | Description |
|---|---|
| org.jsefa.xml.config | |
| org.jsefa.xml.lowlevel | |
| org.jsefa.xml.lowlevel.config |
| Modifier and Type | Method and Description |
|---|---|
XmlLowLevelConfiguration |
XmlConfiguration.getLowLevelConfiguration()
Returns the low level configuration object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlConfiguration.setLowLevelConfiguration(XmlLowLevelConfiguration lowLevelConfig)
Sets the xml low level configuration object.
|
| Modifier and Type | Method and Description |
|---|---|
static XmlPullBasedXmlLowLevelIOFactory |
XmlPullBasedXmlLowLevelIOFactory.createFactory(XmlLowLevelConfiguration config)
Creates a new
XmlPullBasedXmlLowLevelIOFactory for XmlLowLevelSerializers and
XmlLowLevelDeserializers using the given configuration. |
static XmlLowLevelIOFactory |
XmlLowLevelIOFactory.createFactory(XmlLowLevelConfiguration config)
Creates a new
XmlLowLevelIOFactory for XmlLowLevelSerializers and
XmlLowLevelDeserializers using the given configuration. |
static StaxBasedXmlLowLevelIOFactory |
StaxBasedXmlLowLevelIOFactory.createFactory(XmlLowLevelConfiguration config)
Creates a new
StaxBasedXmlLowLevelIOFactory for XmlLowLevelSerializers and
XmlLowLevelDeserializers using the given configuration. |
| Constructor and Description |
|---|
StaxBasedXmlLowLevelDeserializer(XmlLowLevelConfiguration config)
Constructs a new
StaxBasedXmlLowLevelDeserializer. |
StaxBasedXmlLowLevelSerializer(XmlLowLevelConfiguration config)
Constructs a new
StaxBasedXmlLowLevelSerializer. |
XmlPullBasedXmlLowLevelDeserializer(XmlLowLevelConfiguration config)
Constructs a new
StaxBasedXmlLowLevelDeserializer. |
XmlPullBasedXmlLowLevelSerializer(XmlLowLevelConfiguration config)
Constructs a new
StaxBasedXmlLowLevelSerializer. |
| Modifier and Type | Method and Description |
|---|---|
XmlLowLevelConfiguration |
XmlLowLevelConfiguration.createCopy()
Creates a copy of this
XmlLowLevelConfig. |
Copyright © 2014. All rights reserved.