|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.utils.xml.SchemaUtils
public final class SchemaUtils
The Class SchemaHelper.
| Method Summary | |
|---|---|
static javax.xml.validation.Schema |
loadSchema(Bundle bundle,
java.lang.String resourcePath)
Load schema. |
static javax.xml.validation.Schema |
loadSchema(java.lang.String bundleId,
java.lang.String schemaLocation)
Load schema. |
static javax.xml.validation.Schema |
loadSchemaRuntimeEx(Bundle bundle,
java.lang.String resourcePath)
Load schema runtime ex. |
static javax.xml.validation.Schema |
loadSchemaRuntimeEx(java.lang.String bundleId,
java.lang.String schemaLocation)
Load schema runtime ex. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static javax.xml.validation.Schema loadSchema(java.lang.String bundleId,
java.lang.String schemaLocation)
throws org.xml.sax.SAXException
bundleId - the bundle idschemaLocation - the schema location
org.xml.sax.SAXException - the SAX exception
public static javax.xml.validation.Schema loadSchemaRuntimeEx(java.lang.String bundleId,
java.lang.String schemaLocation)
bundleId - the bundle idschemaLocation - the schema location
public static javax.xml.validation.Schema loadSchema(Bundle bundle,
java.lang.String resourcePath)
throws org.xml.sax.SAXException
resourcePath - the schema locationbundle - the bundle
org.xml.sax.SAXException - the SAX exception
public static javax.xml.validation.Schema loadSchemaRuntimeEx(Bundle bundle,
java.lang.String resourcePath)
bundle - the bundleresourcePath - the resource path
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||