org.deegree.commons.tom.primitive
Class XMLValueMangler

java.lang.Object
  extended by org.deegree.commons.tom.primitive.XMLValueMangler

public class XMLValueMangler
extends Object

Converts between internal object values and XML strings.

Version:
$Revision: 31060 $, $Date: 2011-06-14 20:38:32 +0200 (Tue, 14 Jun 2011) $
Author:
Markus Schneider, last edited by: $Author: aschmitz $

Constructor Summary
XMLValueMangler()
           
 
Method Summary
static Object xmlToInternal(String s, BaseType pt)
          Returns the internal representation for the given XML string and BaseType.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLValueMangler

public XMLValueMangler()
Method Detail

xmlToInternal

public static Object xmlToInternal(String s,
                                   BaseType pt)
                            throws IllegalArgumentException
Returns the internal representation for the given XML string and BaseType.

Parameters:
s -
pt -
Returns:
Throws:
IllegalArgumentException


Copyright © 2011. All Rights Reserved.