|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--hypercast.util.SchemaDefaultValueCalculator
This class provides functions to create a Properties object from a schema which uses all possible Xpath string as entry and its default values as value.
Constructor Summary | |
SchemaDefaultValueCalculator()
Constructor. |
|
SchemaDefaultValueCalculator(java.lang.String schemafile)
Constructor. |
Method Summary | |
java.util.Properties |
getDefaultValues()
Build the Properties object for all default values of a schema file. |
static java.util.Properties |
getDefaultValues(org.w3c.dom.Document schemaDoc)
Build the Properties object for all default values of a schema file. |
static java.util.Properties |
getDefaultValues(java.lang.String schemafile)
Build the Properties object for all default values of a schema file. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SchemaDefaultValueCalculator(java.lang.String schemafile) throws java.io.IOException, java.text.ParseException
public SchemaDefaultValueCalculator() throws java.io.IOException
Method Detail |
public java.util.Properties getDefaultValues() throws java.io.IOException
java.io.IOException
public static java.util.Properties getDefaultValues(java.lang.String schemafile) throws java.io.FileNotFoundException, java.text.ParseException, java.io.IOException
java.io.FileNotFoundException
java.text.ParseException
java.io.IOException
public static java.util.Properties getDefaultValues(org.w3c.dom.Document schemaDoc)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |