common-util

local.tomas.common.xml
Interface XMLSourceItem


public interface XMLSourceItem

Source item of serialized XML.

Author:
tomas

Method Summary
 String getType()
          Get type of item.
 String getValue()
          Get value of item.
 

Method Detail

getType

String getType()
               throws XMLException
Get type of item.

Returns:
type name
Throws:
XMLException

getValue

String getValue()
                throws XMLException
Get value of item.

Returns:
value
Throws:
XMLException

common-util

Copyright © 2007 null. All Rights Reserved.