| Package | Description |
|---|---|
| org.iso_relax.dispatcher | |
| org.iso_relax.dispatcher.impl |
| Modifier and Type | Method and Description |
|---|---|
AttributesDecl |
IslandSchema.getAttributesDeclByName(String name)
gets exported AttributesDecl object that has specified name.
|
AttributesDecl[] |
IslandSchema.getAttributesDecls()
returns all exported attributesDecl objects at once.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<AttributesDecl> |
IslandSchema.iterateAttributesDecls()
iterates all exported attributesDecl objects.
|
| Modifier and Type | Method and Description |
|---|---|
AttributesVerifier |
IslandSchema.createNewAttributesVerifier(String namespaceURI,
AttributesDecl[] decls)
creates a new AttributesVerifier instance that is going to validate
attribute declarations.
|
| Modifier and Type | Method and Description |
|---|---|
AttributesDecl |
IgnoredSchema.getAttributesDeclByName(String name) |
AttributesDecl[] |
IgnoredSchema.getAttributesDecls() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<AttributesDecl> |
IgnoredSchema.iterateAttributesDecls() |
| Modifier and Type | Method and Description |
|---|---|
AttributesVerifier |
IgnoredSchema.createNewAttributesVerifier(String namespaceURI,
AttributesDecl[] decls) |
Copyright © 2016 Philip Helger. All rights reserved.