public class Tracer extends Object
One step of unmarshalling consists of three callbacks.
| Modifier and Type | Class and Description |
|---|---|
static class |
Tracer.Standard
Standard tracer implementation.
|
| Constructor and Description |
|---|
Tracer() |
| Modifier and Type | Method and Description |
|---|---|
void |
nextState(int n) |
void |
onConvertValue(String text,
String field) |
void |
onEnterAttribute(String uri,
String local) |
void |
onEnterElement(String uri,
String local) |
void |
onLeaveAttribute(String uri,
String local) |
void |
onLeaveElement(String uri,
String local) |
void |
onRevertToParent() |
void |
onSpawnChild(String childType,
String field) |
void |
onSpawnSuper(String superType) |
void |
onSpawnWildcard() |
void |
onText(String text) |
void |
suspend() |
Copyright © 2015 Oracle Corporation. All Rights Reserved.