org.dlese.dpc.xml.schema
Class SchemaProps
java.lang.Object
org.dlese.dpc.xml.schema.SchemaProps
public class SchemaProps
- extends Object
Stores XML schema properties defined in the root schema File
- Author:
- ostwald
Constructor Summary |
SchemaProps(URI uri)
Constructor for the SchemaProps object for disk-based schema |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaProps
public SchemaProps(URI uri)
- Constructor for the SchemaProps object for disk-based schema
- Parameters:
schemaFile
- path to root file of schema
- Throws:
SchemaPropsException
- Description of the Exception
init
public void init(Document schemaDoc)
setProp
public void setProp(String name,
Object val)
getProp
public Object getProp(String prop)
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
showProps
public void showProps()