com.sun.msv.schematron.grammar
Class SElementExp
java.lang.Object
com.sun.msv.grammar.Expression
com.sun.msv.grammar.ElementExp
com.sun.msv.grammar.trex.ElementPattern
com.sun.msv.schematron.grammar.SElementExp
- All Implemented Interfaces:
- NameClassAndExpression, Serializable
public class SElementExp
- extends ElementPattern
ElementPattern
with schematron annotation.
- See Also:
- Serialized Form
Field Summary |
SActions |
actions
actions directly apply to this element. |
org.apache.xml.utils.PrefixResolver |
prefixResolver
this object is used to resolve prefixes found in XPath. |
SRule[] |
rules
schematron rules. |
Methods inherited from class com.sun.msv.grammar.Expression |
getExpandedExp, hashCode, hashCode, hashCode, isEpsilonReducible, peelOccurence, readResolve, visit, visit, visit, visit |
prefixResolver
public final org.apache.xml.utils.PrefixResolver prefixResolver
- this object is used to resolve prefixes found in XPath.
rules
public final SRule[] rules
- schematron rules.
actions
public final SActions actions
- actions directly apply to this element.
SElementExp
public SElementExp(NameClass nc,
Expression body,
org.apache.xml.utils.PrefixResolver pr,
Collection rules,
SActions actions)
MSV