org.ow2.weblab.rdf
Class XMLParser

java.lang.Object
  extended by org.ow2.weblab.rdf.XMLParser

public class XMLParser
extends java.lang.Object


Constructor Summary
XMLParser()
           
 
Method Summary
static java.net.URI buildURI(java.lang.String uri)
           
static
<T> T
xmlParse(java.lang.String value, java.lang.Class<T> clazz)
          Parse the value of a property info an instance of T.
static java.lang.Object xmlTransform(java.lang.Object value)
          Transform an object into a Literal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLParser

public XMLParser()
Method Detail

buildURI

public static java.net.URI buildURI(java.lang.String uri)

xmlParse

public static <T> T xmlParse(java.lang.String value,
                             java.lang.Class<T> clazz)
Parse the value of a property info an instance of T.

Type Parameters:
T -
Parameters:
value -
clazz -

xmlTransform

public static java.lang.Object xmlTransform(java.lang.Object value)
Transform an object into a Literal

Parameters:
value -


Copyright © 2004-2010. All Rights Reserved.