|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TypeStoreVisitor
This interface is used by the TypeStore to visit every element in order to compute nillable flags and default values.
Method Summary | |
---|---|
java.lang.String |
get_default_text()
Returns the default text for this element. |
int |
get_elementflags()
Returns the elementflags for this element. |
SchemaField |
get_schema_field()
Returns the schema field for this field. |
boolean |
visit(javax.xml.namespace.QName eltName)
When using a visitor, you must call "visit" on every qname of every element in order up to the one you're interested in. |
Method Detail |
---|
boolean visit(javax.xml.namespace.QName eltName)
int get_elementflags()
java.lang.String get_default_text()
SchemaField get_schema_field()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |