Package com.sun.msv.grammar.xmlschema
Class SkipElementExp
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
- All Implemented Interfaces:
NameClassAndExpression,Serializable
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.
- Author:
- Kohsuke KAWAGUCHI
- See Also:
-
Field Summary
Fields inherited from class com.sun.msv.grammar.trex.ElementPattern
nameClassFields inherited from class com.sun.msv.grammar.ElementExp
contentModel, ignoreUndeclaredAttributesFields inherited from class com.sun.msv.grammar.Expression
anyString, epsilon, nullSet, verifierTag -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.msv.grammar.trex.ElementPattern
getNameClassMethods inherited from class com.sun.msv.grammar.ElementExp
calcEpsilonReducibility, calcHashCode, equals, getContentModel, visit, visit, visit, visitMethods inherited from class com.sun.msv.grammar.Expression
getExpandedExp, hashCode, hashCode, hashCode, isEpsilonReducible, peelOccurence, readResolve, visit, visit, visit, visit
-
Constructor Details
-
SkipElementExp
-