public abstract class SchemaWalker2 extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,PointerCollector> |
pointerCollectors |
| Modifier | Constructor and Description |
|---|---|
protected |
SchemaWalker2(Dictionary<PointerCollector> dict) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
accept(SchemaTree tree,
SchemaVisitor<T> visitor) |
protected abstract SchemaTree |
resolveTree(SchemaTree tree) |
protected final Map<String,PointerCollector> pointerCollectors
protected SchemaWalker2(Dictionary<PointerCollector> dict)
public final <T> void accept(SchemaTree tree, SchemaVisitor<T> visitor) throws ProcessingException
ProcessingExceptionprotected abstract SchemaTree resolveTree(SchemaTree tree) throws ProcessingException
ProcessingExceptionCopyright © 2013. All Rights Reserved.