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