org.iso_relax.dispatcher.impl

Class IgnoredSchema

public class IgnoredSchema extends Object implements IslandSchema

IslandSchema implementation for "ignored" island. This schema exports whatever importer wants, and anything is valid in this schema.

Author: Kohsuke KAWAGUCHI

Method Summary
voidbind(SchemaProvider provider, ErrorHandler handler)
AttributesVerifiercreateNewAttributesVerifier(String namespaceURI, AttributesDecl[] decls)
IslandVerifiercreateNewVerifier(String namespaceURI, ElementDecl[] rules)
AttributesDeclgetAttributesDeclByName(String name)
AttributesDecl[]getAttributesDecls()
ElementDeclgetElementDeclByName(String name)
ElementDecl[]getElementDecls()
IteratoriterateAttributesDecls()
IteratoriterateElementDecls()

Method Detail

bind

public void bind(SchemaProvider provider, ErrorHandler handler)

createNewAttributesVerifier

public AttributesVerifier createNewAttributesVerifier(String namespaceURI, AttributesDecl[] decls)

createNewVerifier

public IslandVerifier createNewVerifier(String namespaceURI, ElementDecl[] rules)

getAttributesDeclByName

public AttributesDecl getAttributesDeclByName(String name)

getAttributesDecls

public AttributesDecl[] getAttributesDecls()

getElementDeclByName

public ElementDecl getElementDeclByName(String name)

getElementDecls

public ElementDecl[] getElementDecls()

iterateAttributesDecls

public Iterator iterateAttributesDecls()

iterateElementDecls

public Iterator iterateElementDecls()