|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.iso_relax.dispatcher.impl.IgnoredSchema
IslandSchema implementation for "ignored" island. This schema exports whatever importer wants, and anything is valid in this schema.
| Constructor Summary | |
IgnoredSchema()
|
|
| Method Summary | |
void |
bind(SchemaProvider provider,
ErrorHandler handler)
binds references to imported elementDecls by using given provider. |
AttributesVerifier |
createNewAttributesVerifier(java.lang.String namespaceURI,
AttributesDecl[] decls)
creates a new AttributesVerifier instance that is going to validate attribute declarations. |
IslandVerifier |
createNewVerifier(java.lang.String namespaceURI,
ElementDecl[] rules)
creates a new IslandVerifier instance that is going to validate one island. |
AttributesDecl |
getAttributesDeclByName(java.lang.String name)
gets exported AttributesDecl object that has specified name. |
AttributesDecl[] |
getAttributesDecls()
returns all exported attributesDecl objects at once. |
ElementDecl |
getElementDeclByName(java.lang.String name)
gets exported elementDecl object that has specified name. |
ElementDecl[] |
getElementDecls()
returns all exported elementDecl objects at once. |
java.util.Iterator |
iterateAttributesDecls()
iterates all exported attributesDecl objects. |
java.util.Iterator |
iterateElementDecls()
iterates all exported elementDecl objects. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IgnoredSchema()
| Method Detail |
public ElementDecl getElementDeclByName(java.lang.String name)
IslandSchema
getElementDeclByName in interface IslandSchemapublic ElementDecl[] getElementDecls()
IslandSchema
getElementDecls in interface IslandSchemapublic java.util.Iterator iterateElementDecls()
IslandSchema
iterateElementDecls in interface IslandSchema
public IslandVerifier createNewVerifier(java.lang.String namespaceURI,
ElementDecl[] rules)
IslandSchema
createNewVerifier in interface IslandSchemanamespaceURI - namespace URI of the newly found element, which is going to be
validated by the newly created IslandVerifier.rules - set of ElementDecl objects that newly created verifier shall validate.public AttributesDecl getAttributesDeclByName(java.lang.String name)
IslandSchema
getAttributesDeclByName in interface IslandSchemapublic AttributesDecl[] getAttributesDecls()
IslandSchema
getAttributesDecls in interface IslandSchemapublic java.util.Iterator iterateAttributesDecls()
IslandSchema
iterateAttributesDecls in interface IslandSchema
public AttributesVerifier createNewAttributesVerifier(java.lang.String namespaceURI,
AttributesDecl[] decls)
IslandSchema
createNewAttributesVerifier in interface IslandSchemanamespaceURI - namespace URI of the attributes, which is going to be
validated by the newly created verifier.decls - set of AttributesDecl objects that newly created verifier shall validate.
public void bind(SchemaProvider provider,
ErrorHandler handler)
IslandSchema
bind in interface IslandSchema
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||