Package | Description |
---|---|
org.jsefa.xml.lowlevel | |
org.jsefa.xml.lowlevel.model |
Modifier and Type | Method and Description |
---|---|
XmlItem |
XmlPullBasedXmlLowLevelDeserializer.current()
Returns the current xml item.
|
XmlItem |
XmlLowLevelDeserializer.current()
Returns the current xml item.
|
XmlItem |
StaxBasedXmlLowLevelDeserializer.current()
Returns the current xml item.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ElementEnd
An xml item describing the end of a xml element.
|
interface |
ElementStart
An xml item describing the start of a xml element.
|
interface |
TextContent
A xml item describing the text content of a xml element.
|
Modifier and Type | Class and Description |
---|---|
class |
ElementEndImpl
Implementation of
ElementEnd . |
class |
ElementStartImpl
Implementation of
ElementStart . |
class |
TextContentImpl
Implementation of
TextContent . |
Copyright © 2014. All rights reserved.