public abstract class AbstractQOMNode
extends java.lang.Object
AbstractQOMNode
...Constructor and Description |
---|
AbstractQOMNode(NamePathResolver resolver) |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Object |
accept(QOMTreeVisitor visitor,
java.lang.Object data)
Accepts a
visitor and calls the appropriate visit method
depending on the type of this QOM node. |
public AbstractQOMNode(NamePathResolver resolver)
public abstract java.lang.Object accept(QOMTreeVisitor visitor, java.lang.Object data) throws java.lang.Exception
visitor
and calls the appropriate visit method
depending on the type of this QOM node.visitor
- the visitor.data
- user defined data, which is passed to the visit method.java.lang.Exception
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"