| Package | Description |
|---|---|
| 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 |
AnyOtherElementVerifier
IslandVerifier that validates <anyOtherElement /> of RELAX.
|
| Modifier and Type | Method and Description |
|---|---|
IslandVerifier |
IslandSchemaImpl.createNewVerifier(String namespace,
ElementDecl[] rules) |
IslandVerifier |
SchemaProviderImpl.createTopLevelVerifier() |
| 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.
|
IslandVerifier |
SchemaProvider.createTopLevelVerifier()
creates IslandVerifier that validates document element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dispatcher.switchVerifier(IslandVerifier newVerifier)
switches to the child IslandVerifier.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IgnoreVerifier |
| Modifier and Type | Field and Description |
|---|---|
IslandVerifier |
DispatcherImpl.Context.handler |
| Modifier and Type | Method and Description |
|---|---|
IslandVerifier |
IgnoredSchema.createNewVerifier(String namespaceURI,
ElementDecl[] rules) |
| Modifier and Type | Method and Description |
|---|---|
void |
DispatcherImpl.switchVerifier(IslandVerifier newVerifier) |
| Constructor and Description |
|---|
Context(IslandVerifier handler,
int depth,
DispatcherImpl.Context previous) |
Copyright © 2017 Oracle Corporation. All rights reserved.