com.sun.msv.relaxns.verifier
public abstract class IslandSchemaImpl extends Object implements IslandSchema, Serializable
| Nested Class Summary | |
|---|---|
| static class | IslandSchemaImpl.Binder
replaces all ExternalElementExp and ExternalAttributeExp
by actual definitions.
these two expressions forms the fundamental mechanism of schema interaction. |
| Method Summary | |
|---|---|
| AttributesVerifier | createNewAttributesVerifier(String namespaceURI, AttributesDecl[] decls) |
| IslandVerifier | createNewVerifier(String namespace, ElementDecl[] rules) |
| AttributesDecl | getAttributesDeclByName(String name) |
| AttributesDecl[] | getAttributesDecls() |
| ElementDecl | getElementDeclByName(String name) |
| ElementDecl[] | getElementDecls() |
| Iterator | iterateAttributesDecls() |
| Iterator | iterateElementDecls() |