public static class IslandSchemaImpl.Binder extends ExpressionCloner
Modifier and Type | Field and Description |
---|---|
static String |
ERR_UNDEFINED_NAMESPACE |
static String |
ERR_UNEXPORTED_ATTRIBUTE_DECL |
static String |
ERR_UNEXPORTED_ELEMENT_DECL |
static String |
ERR_UNSUPPROTED_ATTRIBUTES_IMPORT |
protected ErrorHandler |
errorHandler |
protected org.iso_relax.dispatcher.SchemaProvider |
provider |
pool
Constructor and Description |
---|
Binder(org.iso_relax.dispatcher.SchemaProvider provider,
ErrorHandler errorHandler,
ExpressionPool pool) |
Modifier and Type | Method and Description |
---|---|
String |
localize(String prop) |
String |
localize(String prop,
Object arg1) |
String |
localize(String propertyName,
Object[] args)
localizes messages.
|
String |
localize(String prop,
Object arg1,
Object arg2) |
Expression |
onAttribute(AttributeExp exp) |
Expression |
onElement(ElementExp exp) |
Expression |
onOther(OtherExp exp) |
Expression |
onRef(ReferenceExp exp) |
onAnyString, onChoice, onConcur, onData, onEpsilon, onInterleave, onList, onMixed, onNullSet, onOneOrMore, onSequence, onValue
protected final org.iso_relax.dispatcher.SchemaProvider provider
protected final ErrorHandler errorHandler
public static final String ERR_UNEXPORTED_ELEMENT_DECL
public static final String ERR_UNDEFINED_NAMESPACE
public static final String ERR_UNEXPORTED_ATTRIBUTE_DECL
public static final String ERR_UNSUPPROTED_ATTRIBUTES_IMPORT
public Binder(org.iso_relax.dispatcher.SchemaProvider provider, ErrorHandler errorHandler, ExpressionPool pool)
public Expression onAttribute(AttributeExp exp)
public Expression onRef(ReferenceExp exp)
public Expression onOther(OtherExp exp)
public Expression onElement(ElementExp exp)
public String localize(String propertyName, Object[] args)
Copyright © 2016 Oracle Corporation. All rights reserved.