com.sun.msv.relaxns.verifier
public static class IslandSchemaImpl.Binder extends ExpressionCloner
| Field Summary | |
|---|---|
| static String | ERR_UNDEFINED_NAMESPACE |
| static String | ERR_UNEXPORTED_ATTRIBUTE_DECL |
| static String | ERR_UNEXPORTED_ELEMENT_DECL |
| static String | ERR_UNSUPPROTED_ATTRIBUTES_IMPORT |
| Constructor Summary | |
|---|---|
| Binder(SchemaProvider provider, ErrorHandler errorHandler, ExpressionPool pool) | |
| Method Summary | |
|---|---|
| String | localize(String propertyName, Object[] args)
localizes messages.
derived class can override this method to provide schema languagespecific
error messages. |
| String | localize(String prop) |
| String | localize(String prop, Object arg1) |
| String | localize(String prop, Object arg1, Object arg2) |
| Expression | onAttribute(AttributeExp exp) |
| Expression | onElement(ElementExp exp) |
| Expression | onOther(OtherExp exp) |
| Expression | onRef(ReferenceExp exp) |