|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectelectric.xml.io.schema.SchemaLocations
SchemaLocations
| Constructor Summary | |
SchemaLocations()
|
|
| Method Summary | |
static void |
addSchemaLocation(java.lang.String namespace,
java.lang.String schemaLocation)
Add a mapping from a namespace to it's schemaLocation. |
static void |
appendImport(Element schema,
java.lang.String namespace)
This method appends an xsd:import to a schema, with the schemaLocation set to the schemaLocation connected with that namespace, if one is provided. |
static void |
appendImport(Element schema,
java.lang.String namespace,
java.lang.String schemaLocation)
This method appends an xsd:import to a schema node. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SchemaLocations()
| Method Detail |
public static void addSchemaLocation(java.lang.String namespace,
java.lang.String schemaLocation)
namespace - Namespace represented in the schema.schemaLocation - URL to find the schema.
public static void appendImport(Element schema,
java.lang.String namespace)
schema - namespace -
public static void appendImport(Element schema,
java.lang.String namespace,
java.lang.String schemaLocation)
schema - namespace - schemaLocation -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||