public class XVisitorAdapter extends Object implements XVisitor
PathMatch| Modifier and Type | Class and Description |
|---|---|
static class |
XVisitorAdapter.MatchContentDelegator |
static class |
XVisitorAdapter.MatchPathDelegator |
| Modifier and Type | Field and Description |
|---|---|
List<XVisitorAdapter.MatchContentDelegator> |
mcontentDelegators |
List<XVisitorAdapter.MatchPathDelegator> |
mpathDelegators |
protected TypeCastGraph |
typeCastGraph |
| Constructor and Description |
|---|
XVisitorAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(XEventPath path,
String text) |
void |
enter(XEventPath path) |
void |
exit(XEventPath path) |
protected TypeCastGraph |
getTypeCastGraph() |
public final List<XVisitorAdapter.MatchPathDelegator> mpathDelegators
public final List<XVisitorAdapter.MatchContentDelegator> mcontentDelegators
protected TypeCastGraph typeCastGraph
protected TypeCastGraph getTypeCastGraph()
public void enter(XEventPath path)
public void exit(XEventPath path)
public void characters(XEventPath path, String text)
characters in interface XVisitorCopyright © 2018. All rights reserved.