com.hp.hpl.deli
Class DatatypeExpression

java.lang.Object
  extended bycom.hp.hpl.deli.DatatypeExpression

public class DatatypeExpression
extends java.lang.Object

This class uses Jena to validate a profile using the schemas it references

Author:
Charles Smith HP Labs Bristol

Constructor Summary
DatatypeExpression(java.lang.String configFile)
           
 
Method Summary
protected  void setDatatypeFromConfig(org.w3c.dom.Node datatype)
          Adds a datatype definition using the given element from an XML configuration document
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatatypeExpression

public DatatypeExpression(java.lang.String configFile)
                   throws java.lang.Exception
Method Detail

setDatatypeFromConfig

protected void setDatatypeFromConfig(org.w3c.dom.Node datatype)
                              throws java.lang.Exception
Adds a datatype definition using the given element from an XML configuration document

Parameters:
datatype - The XML element containing the datatype information
Throws:
java.lang.Exception