See: Description
| Interface | Description |
|---|---|
| NodeAttribute |
Interface that abstracts the idea of an attribute.
|
| NodeElement |
Interface that abstracts the idea of an element.
|
| NodeElementVisitor |
Interface for visiting a
NodeElement |
| Class | Description |
|---|---|
| AbstractDepthFirstVisitor |
Implementation of
NodeElementVisitor that does a depth-first traversal of the element. |
| AbstractNodeElement |
An abstract implementation of
NodeElement. |
| SimpleNodeAttribute |
Implementation of the
NodeAttribute interface |
| SimpleNodeElement |
A concrete class extending the
AbstractNodeElement class |
| XMLGeneratorVisitor |
Implementation of an ElementVisitor extending from
AbstractDepthFirstVisitor which can generate XML out of a NodeElement. |
| Enum | Description |
|---|---|
| XMLGeneratorVisitor.OutputBehavior |
Enum controlling the generated XML output
|
Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.