com.sun.msv.relaxns.verifier
Class IslandSchemaImpl.Binder
- IslandSchemaImpl
- ExpressionVisitorExpression
public static class IslandSchemaImpl.Binder
replaces all ExternalElementExp and ExternalAttributeExp
by actual definitions.
these two expressions forms the fundamental mechanism of schema interaction.
onAnyString , onChoice , onConcur , onData , onEpsilon , onInterleave , onList , onMixed , onNullSet , onOneOrMore , onSequence , onValue |
ERR_UNDEFINED_NAMESPACE
public static final String ERR_UNDEFINED_NAMESPACE
ERR_UNEXPORTED_ATTRIBUTE_DECL
public static final String ERR_UNEXPORTED_ATTRIBUTE_DECL
ERR_UNEXPORTED_ELEMENT_DECL
public static final String ERR_UNEXPORTED_ELEMENT_DECL
ERR_UNSUPPROTED_ATTRIBUTES_IMPORT
public static final String ERR_UNSUPPROTED_ATTRIBUTES_IMPORT
Binder
public Binder(SchemaProvider provider,
ErrorHandler errorHandler,
ExpressionPool pool)
localize
public String localize(String prop)
localize
public String localize(String prop,
Object arg1)
localize
public String localize(String prop,
Object arg1,
Object arg2)
localize
public String localize(String propertyName,
Object[] args)
localizes messages.
derived class can override this method to provide schema languagespecific
error messages.