public abstract class AbstractQOMNode extends Object
AbstractQOMNode...| Constructor and Description |
|---|
AbstractQOMNode(NamePathResolver resolver) |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
accept(QOMTreeVisitor visitor,
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 Object accept(QOMTreeVisitor visitor, Object data) throws 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.ExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved