|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.sun.msv.grammar.Expression
|
+--com.sun.msv.grammar.ElementExp
|
+--com.sun.msv.grammar.trex.ElementPattern
|
+--com.sun.msv.grammar.xmlschema.SkipElementExp
ElementExp that is used for <any processContents="skip"/>. This is kept in the separate class so that the wildcard element can be easily distinguished by the application program.
| Fields inherited from class com.sun.msv.grammar.trex.ElementPattern |
nameClass |
| Fields inherited from class com.sun.msv.grammar.ElementExp |
contentModel, ignoreUndeclaredAttributes |
| Fields inherited from class com.sun.msv.grammar.Expression |
anyString, epsilon, nullSet, verifierTag |
| Constructor Summary | |
SkipElementExp(NameClass nameClass,
Expression contentModel)
|
|
| Methods inherited from class com.sun.msv.grammar.trex.ElementPattern |
getNameClass |
| Methods inherited from class com.sun.msv.grammar.ElementExp |
equals, getContentModel, visit, visit, visit, visit |
| Methods inherited from class com.sun.msv.grammar.Expression |
hashCode, isEpsilonReducible, visit, visit, visit, visit |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SkipElementExp(NameClass nameClass,
Expression contentModel)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||