public class StrictWildcardPlug extends GrammarImpl.Plug
Modifier and Type | Field and Description |
---|---|
protected com.sun.msv.grammar.NameClass |
namespaces
NameClass object that determines what this wildcard should allow.
|
Constructor and Description |
---|
StrictWildcardPlug(com.sun.msv.grammar.NameClass namespaces) |
Modifier and Type | Method and Description |
---|---|
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) |
calcEpsilonReducibility, calcHashCode, equals, printName, visit, visit, visit, visit
protected final com.sun.msv.grammar.NameClass namespaces
public StrictWildcardPlug(com.sun.msv.grammar.NameClass namespaces)
public void connect(com.sun.msv.grammar.ExpressionPool pool, com.sun.msv.grammar.Grammar[] others)
connect
in class GrammarImpl.Plug
pool
- this object can be used by callee to create new expression
objects if necessaryprotected void onElementFound(com.sun.msv.grammar.ElementExp elem)
Copyright © 2024 Oracle Corporation. All rights reserved.