net.sf.jsefa.xml.lowlevel.model
Interface XmlItem

All Known Subinterfaces:
ElementEnd, ElementStart, TextContent
All Known Implementing Classes:
ElementEndImpl, ElementStartImpl, TextContentImpl

public interface XmlItem

Top-level interface for xml items returned during xml low level deserialization.

Author:
Norman Lahme-Huetig

Method Summary
 XmlItemType getType()
          Returns the type of this xml item.
 

Method Detail

getType

XmlItemType getType()
Returns the type of this xml item.

Returns:
the type of this xml item


Copyright © 2014. All rights reserved.