|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.msv.grammar.Expression
com.sun.msv.grammar.OtherExp
com.sun.xml.bind.GrammarImpl.Plug
com.sun.xml.bind.xmlschema.StrictWildcardPlug
com.sun.xml.bind.xmlschema.LaxWildcardPlug
public class LaxWildcardPlug
Plug that implements the semantics of the lax wildcard of XML Schema.
Field Summary |
---|
Fields inherited from class com.sun.xml.bind.xmlschema.StrictWildcardPlug |
---|
namespaces |
Fields inherited from class com.sun.msv.grammar.OtherExp |
---|
exp |
Fields inherited from class com.sun.msv.grammar.Expression |
---|
anyString, epsilon, nullSet, verifierTag |
Constructor Summary | |
---|---|
LaxWildcardPlug(com.sun.msv.grammar.NameClass namespaces)
Constructor for LaxWildcardPlug. |
Method Summary | |
---|---|
void |
connect(com.sun.msv.grammar.ExpressionPool pool,
com.sun.msv.grammar.Grammar[] others)
Look for elements that belong to the wildcard and pick them up. |
protected void |
onElementFound(com.sun.msv.grammar.ElementExp elem)
|
Methods inherited from class com.sun.msv.grammar.OtherExp |
---|
calcEpsilonReducibility, calcHashCode, equals, printName, visit, visit, visit, visit |
Methods inherited from class com.sun.msv.grammar.Expression |
---|
getExpandedExp, hashCode, hashCode, hashCode, isEpsilonReducible, peelOccurence, readResolve, visit, visit, visit, visit |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LaxWildcardPlug(com.sun.msv.grammar.NameClass namespaces)
namespaces
- Method Detail |
---|
public void connect(com.sun.msv.grammar.ExpressionPool pool, com.sun.msv.grammar.Grammar[] others)
StrictWildcardPlug
connect
in class StrictWildcardPlug
pool
- this object can be used by callee to create new expression
objects if necessaryprotected void onElementFound(com.sun.msv.grammar.ElementExp elem)
onElementFound
in class StrictWildcardPlug
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |