| Package | Description |
|---|---|
| com.sun.msv.driver.textui |
Command line verifier.
|
| com.sun.msv.grammar.xmlschema |
W3C XML Schema grammar model.
|
| com.sun.msv.reader.xmlschema |
parses XML representation of XML Schema into AGM.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
Driver.dumpXMLSchema(XMLSchemaSchema s) |
| Modifier and Type | Field | Description |
|---|---|---|
XMLSchemaSchema |
ComplexTypeExp.parent |
parent XMLSchemaSchema object to which this object belongs.
|
XMLSchemaSchema |
ElementDeclExp.parent |
parent XMLSchemaSchema object to which this object belongs.
|
| Modifier and Type | Method | Description |
|---|---|---|
XMLSchemaSchema |
XMLSchemaGrammar.getByNamespace(String targetNamesapce) |
gets XMLSchemaSchema object that has the given target namespace.
|
| Constructor | Description |
|---|---|
ComplexTypeExp(XMLSchemaSchema schema,
String localName) |
|
ElementDeclExp(XMLSchemaSchema schema,
String typeLocalName) |
| Modifier and Type | Field | Description |
|---|---|---|
protected XMLSchemaSchema |
XMLSchemaReader.currentSchema |
|
protected XMLSchemaSchema |
XMLSchemaReader.xsdSchema |
XMLSchemaSchema object that has XMLSchemaNamespace as its target namespace.
|
| Modifier and Type | Method | Description |
|---|---|---|
XMLSchemaSchema |
XMLSchemaReader.getOrCreateSchema(String namespaceURI) |
gets a reference to XMLSchemaGrammar object whose target namespace
is the specified one.
|
| Modifier and Type | Method | Description |
|---|---|---|
ReferenceContainer |
XMLSchemaReader.RefResolver.get(XMLSchemaSchema schema) |
|
protected NameClass |
AnyState.getNameClass(String namespace,
XMLSchemaSchema currentSchema) |
processes 'namepsace' attribute and gets corresponding NameClass object.
|
boolean |
XMLSchemaReader.isSchemaDefined(XMLSchemaSchema schema) |
|
void |
XMLSchemaReader.markSchemaAsDefined(XMLSchemaSchema schema) |
Copyright © 2019 Oracle Corporation. All rights reserved.