public class AttributePruner extends ExpressionCloner
pool
Constructor and Description |
---|
AttributePruner(ExpressionPool pool) |
Modifier and Type | Method and Description |
---|---|
Expression |
onAttribute(AttributeExp exp) |
Expression |
onElement(ElementExp exp) |
Expression |
onOther(OtherExp exp) |
Expression |
onRef(ReferenceExp exp) |
Expression |
prune(Expression exp) |
onAnyString, onChoice, onConcur, onData, onEpsilon, onInterleave, onList, onMixed, onNullSet, onOneOrMore, onSequence, onValue
public AttributePruner(ExpressionPool pool)
public Expression onAttribute(AttributeExp exp)
public Expression onRef(ReferenceExp exp)
public Expression onOther(OtherExp exp)
public Expression onElement(ElementExp exp)
public final Expression prune(Expression exp)
Copyright © 2016 Oracle Corporation. All rights reserved.