public class SchemaHelperTester
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
SchemaHelper |
sh |
Constructor and Description |
---|
SchemaHelperTester(java.lang.String xmlFormat)
Constructor for the SchemaHelperTester object
|
Modifier and Type | Method and Description |
---|---|
static void |
charTest()
Description of the Method
|
static void |
charTest(java.lang.String test)
Description of the Method
|
void |
displayAttributes()
Displays specific info about all the SchemaNodeMap schemaNodes that wrap
attribute elements from the schema
|
void |
displayCompositors(java.lang.String filter)
Gets the compositors attribute of the SchemaHelperTester object
|
void |
dlese_anno_tests() |
static void |
main(java.lang.String[] args)
The main program for the SchemaHelperTester class
|
void |
reportMissingXSDatatypes()
Find the dataTypes of elements in the SchemaNodeMap that are not present in
the XSDatatypeManager.
|
void |
stuffValue(DocMap docMap,
java.lang.String xpath,
java.lang.String value,
SchemaHelper schemaHelper) |
static void |
uriTest(java.lang.String uriStr)
Description of the Method
|
public SchemaHelper sh
public SchemaHelperTester(java.lang.String xmlFormat) throws java.lang.Exception
java.lang.Exception
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- The command line argumentsjava.lang.Exception
public void dlese_anno_tests()
public void stuffValue(DocMap docMap, java.lang.String xpath, java.lang.String value, SchemaHelper schemaHelper) throws java.lang.Exception
java.lang.Exception
public static void charTest(java.lang.String test)
test
- Description of the Parameterpublic static void charTest()
public static void uriTest(java.lang.String uriStr)
uriStr
- Description of the Parameterpublic void reportMissingXSDatatypes()
public void displayAttributes()
public void displayCompositors(java.lang.String filter)
filter
- Description of the Parameter