| Package | Description |
|---|---|
| org.iso_relax.dispatcher | |
| org.iso_relax.dispatcher.impl |
| 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. this method can only be called during
startElement method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IgnoreVerifier
ignores namespaces which have no associated grammar.
|
| 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 phandler,
int pdepth,
DispatcherImpl.Context pprevious) |
Copyright © 2016 Philip Helger. All rights reserved.