| Package | Description |
|---|---|
| com.sun.msv.relaxns.grammar |
abstract grammar model(AGM) for RELAX Namespace.
|
| 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 | Method and Description |
|---|---|
AttributesDecl |
IslandSchemaImpl.getAttributesDeclByName(String name) |
AttributesDecl[] |
IslandSchemaImpl.getAttributesDecls() |
| Modifier and Type | Method and Description |
|---|---|
AttributesVerifier |
IslandSchemaImpl.createNewAttributesVerifier(String namespaceURI,
AttributesDecl[] decls) |
| 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 |
|---|---|
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 |
|---|---|
AttributesVerifier |
IgnoredSchema.createNewAttributesVerifier(String namespaceURI,
AttributesDecl[] decls) |
Copyright © 2017 Oracle Corporation. All rights reserved.