public class SElementExp extends ElementPattern
ElementPattern
with schematron annotation.Modifier and Type | Field and Description |
---|---|
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.
|
nameClass
contentModel, ignoreUndeclaredAttributes
anyString, epsilon, nullSet, verifierTag
Constructor and Description |
---|
SElementExp(NameClass nc,
Expression body,
org.apache.xml.utils.PrefixResolver pr,
Collection rules,
SActions actions) |
getNameClass
calcEpsilonReducibility, calcHashCode, equals, getContentModel, visit, visit, visit, visit
getExpandedExp, hashCode, hashCode, hashCode, isEpsilonReducible, peelOccurence, readResolve, visit, visit, visit, visit
public final org.apache.xml.utils.PrefixResolver prefixResolver
public final SRule[] rules
public final SActions actions
public SElementExp(NameClass nc, Expression body, org.apache.xml.utils.PrefixResolver pr, Collection rules, SActions actions)
Copyright © 2013 Oracle Corporation. All Rights Reserved.