org.codehaus.spice.xmlpolicy.reader
Class PolicyReader

java.lang.Object
  |
  +--org.codehaus.spice.xmlpolicy.reader.PolicyReader

public class PolicyReader
extends Object

This class builds a PolicyMetaData object from specified XML document.

Version:
$Revision: 1.1 $ $Date: 2003/12/02 09:16:06 $
Author:
Peter Donald

Constructor Summary
PolicyReader()
           
 
Method Summary
 PolicyMetaData readPolicy(org.w3c.dom.Element element)
          Build ClassLoader MetaData from a DOM tree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyReader

public PolicyReader()
Method Detail

readPolicy

public PolicyMetaData readPolicy(org.w3c.dom.Element element)
                          throws Exception
Build ClassLoader MetaData from a DOM tree.

Parameters:
element - the root element
Returns:
the meta data
Throws:
Exception - if malformed DOM


Copyright © 2002-2003 Codehaus. All Rights Reserved.