com.sun.msv.relaxns.verifier
public abstract class IslandSchemaImpl extends java.lang.Object implements org.iso_relax.dispatcher.IslandSchema, java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
IslandSchemaImpl.Binder
replaces all ExternalElementExp and ExternalAttributeExp
by actual definitions.
|
Constructor and Description |
---|
IslandSchemaImpl() |
Modifier and Type | Method and Description |
---|---|
org.iso_relax.dispatcher.AttributesVerifier |
createNewAttributesVerifier(java.lang.String namespaceURI,
org.iso_relax.dispatcher.AttributesDecl[] decls) |
org.iso_relax.dispatcher.IslandVerifier |
createNewVerifier(java.lang.String namespace,
org.iso_relax.dispatcher.ElementDecl[] rules) |
org.iso_relax.dispatcher.AttributesDecl |
getAttributesDeclByName(java.lang.String name) |
org.iso_relax.dispatcher.AttributesDecl[] |
getAttributesDecls() |
org.iso_relax.dispatcher.ElementDecl |
getElementDeclByName(java.lang.String name) |
org.iso_relax.dispatcher.ElementDecl[] |
getElementDecls() |
java.util.Iterator |
iterateAttributesDecls() |
java.util.Iterator |
iterateElementDecls() |
public org.iso_relax.dispatcher.IslandVerifier createNewVerifier(java.lang.String namespace, org.iso_relax.dispatcher.ElementDecl[] rules)
createNewVerifier
in interface org.iso_relax.dispatcher.IslandSchema
public org.iso_relax.dispatcher.ElementDecl getElementDeclByName(java.lang.String name)
getElementDeclByName
in interface org.iso_relax.dispatcher.IslandSchema
public java.util.Iterator iterateElementDecls()
iterateElementDecls
in interface org.iso_relax.dispatcher.IslandSchema
public org.iso_relax.dispatcher.ElementDecl[] getElementDecls()
getElementDecls
in interface org.iso_relax.dispatcher.IslandSchema
public org.iso_relax.dispatcher.AttributesDecl getAttributesDeclByName(java.lang.String name)
getAttributesDeclByName
in interface org.iso_relax.dispatcher.IslandSchema
public java.util.Iterator iterateAttributesDecls()
iterateAttributesDecls
in interface org.iso_relax.dispatcher.IslandSchema
public org.iso_relax.dispatcher.AttributesDecl[] getAttributesDecls()
getAttributesDecls
in interface org.iso_relax.dispatcher.IslandSchema
public org.iso_relax.dispatcher.AttributesVerifier createNewAttributesVerifier(java.lang.String namespaceURI, org.iso_relax.dispatcher.AttributesDecl[] decls)
createNewAttributesVerifier
in interface org.iso_relax.dispatcher.IslandSchema