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 Details

    • SchemaProps

      public SchemaProps(URI uri)
      Constructor for the SchemaProps object for disk-based schema
      Parameters:
      schemaFile - path to root file of schema
  • Method Details

    • init

      public void init(org.dom4j.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()