org.deegree.commons.tom.primitive
Class XMLValueMangler
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLValueMangler
public XMLValueMangler()
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.