| Package | Description |
|---|---|
| com.sun.msv.relaxns.grammar |
abstract grammar model(AGM) for RELAX Namespace.
|
| com.sun.msv.relaxns.grammar.relax |
abstract grammar model(AGM) for RELAXNS-extended RELAX Core.
|
| com.sun.msv.relaxns.verifier |
"divide&validate" framework implementation.
|
| org.iso_relax.dispatcher | |
| org.iso_relax.dispatcher.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
DeclImpl
Implementation of ElementDecl interface by MSV grammar model.
|
| Modifier and Type | Field and Description |
|---|---|
ElementDecl |
ExternalElementExp.rule
imported ElementDecl object that actually validates this element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnyOtherElementExp
place holder for <anyOtherElement> of RELAX.
|
| Modifier and Type | Method and Description |
|---|---|
ElementDecl[] |
AnyOtherElementVerifier.endIsland() |
ElementDecl |
IslandSchemaImpl.getElementDeclByName(String name) |
ElementDecl[] |
IslandSchemaImpl.getElementDecls() |
| Modifier and Type | Method and Description |
|---|---|
IslandVerifier |
IslandSchemaImpl.createNewVerifier(String namespace,
ElementDecl[] rules) |
void |
AnyOtherElementVerifier.endChildIsland(String namespaceURI,
ElementDecl[] rules) |
| Modifier and Type | Method and Description |
|---|---|
ElementDecl[] |
IslandVerifier.endIsland()
substitute for endDocument event.
|
ElementDecl |
IslandSchema.getElementDeclByName(String name)
gets exported elementDecl object that has specified name.
|
ElementDecl[] |
IslandSchema.getElementDecls()
returns all exported elementDecl objects at once.
|
| Modifier and Type | Method and Description |
|---|---|
IslandVerifier |
IslandSchema.createNewVerifier(String namespaceURI,
ElementDecl[] elementDecls)
creates a new IslandVerifier instance that is going to validate
one island.
|
void |
IslandVerifier.endChildIsland(String uri,
ElementDecl[] assignedDecls)
this method is called after verification of the child island
is completed, instead of endElement method.
|
| Modifier and Type | Method and Description |
|---|---|
ElementDecl[] |
IgnoreVerifier.endIsland() |
ElementDecl |
IgnoredSchema.getElementDeclByName(String name) |
ElementDecl[] |
IgnoredSchema.getElementDecls() |
| Modifier and Type | Method and Description |
|---|---|
IslandVerifier |
IgnoredSchema.createNewVerifier(String namespaceURI,
ElementDecl[] rules) |
void |
IgnoreVerifier.endChildIsland(String s,
ElementDecl[] aelementdecl) |
| Constructor and Description |
|---|
IgnoreVerifier(String s,
ElementDecl[] aelementdecl) |
Copyright © 2017 Oracle Corporation. All rights reserved.