|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlItem | |
---|---|
net.sf.jsefa.xml.lowlevel | |
net.sf.jsefa.xml.lowlevel.model |
Uses of XmlItem in net.sf.jsefa.xml.lowlevel |
---|
Methods in net.sf.jsefa.xml.lowlevel that return XmlItem | |
---|---|
XmlItem |
XmlPullBasedXmlLowLevelDeserializer.current()
Returns the current xml item. |
XmlItem |
XmlLowLevelDeserializer.current()
Returns the current xml item. |
XmlItem |
StaxBasedXmlLowLevelDeserializer.current()
Returns the current xml item. |
Uses of XmlItem in net.sf.jsefa.xml.lowlevel.model |
---|
Subinterfaces of XmlItem in net.sf.jsefa.xml.lowlevel.model | |
---|---|
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. |
Classes in net.sf.jsefa.xml.lowlevel.model that implement XmlItem | |
---|---|
class |
ElementEndImpl
Implementation of ElementEnd . |
class |
ElementStartImpl
Implementation of ElementStart . |
class |
TextContentImpl
Implementation of TextContent . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |