DLESE Tools
v1.6.0

org.dlese.dpc.xml.schema
Class SchemaProps

java.lang.Object
  extended by 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
 
Method Summary
 Object getProp(String prop)
           
 void init(Document schemaDoc)
           
static void main(String[] args)
           
 void setProp(String name, Object val)
           
 void showProps()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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()

DLESE Tools
v1.6.0