| Package | Description |
|---|---|
| org.iso_relax.dispatcher | |
| org.iso_relax.dispatcher.impl |
| 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 |
|---|---|
Iterator<ElementDecl> |
IslandSchema.iterateElementDecls()
iterates all exported elementDecl objects.
|
| 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 |
|---|---|
Iterator<ElementDecl> |
IgnoredSchema.iterateElementDecls() |
| Modifier and Type | Method and Description |
|---|---|
IslandVerifier |
IgnoredSchema.createNewVerifier(String namespaceURI,
ElementDecl[] rules) |
void |
IgnoreVerifier.endChildIsland(String uri,
ElementDecl[] assignedLabels) |
| Constructor and Description |
|---|
IgnoreVerifier(String pnamespaceToIgnore,
ElementDecl[] assignedRules) |
Copyright © 2016 Philip Helger. All rights reserved.