Uses of Package
com.apicatalog.tree.io
Packages that use com.apicatalog.tree.io
Package
Description
Provides a flexible, format-agnostic framework for processing tree-like data
structures.
-
Classes in com.apicatalog.tree.io used by com.apicatalog.tree.ioClassDescriptionEnumeration of supported node types within a
PolyMorphtree structure.Provides a uniform, read-only abstraction for navigating tree-like data structures.Provides a uniform, event-based abstraction for constructing tree-like data structures.Immutable representation of a tree node where the node and its descendants are accessed through aTreeAdapter.Exception thrown when a node cannot be read, written, or generated by aNodeReader,NodeWriter, orNodeGenerator.Provides a stateful, non-recursive, depth-first iterator for arbitrary tree-like structures.Identifies the role of the current node within the tree structure during traversal. -
Classes in com.apicatalog.tree.io used by com.apicatalog.tree.io.javaClassDescriptionEnumeration of supported node types within a
PolyMorphtree structure.Provides a uniform, read-only abstraction for navigating tree-like data structures.Provides a uniform, event-based abstraction for constructing tree-like data structures.Immutable representation of a tree node where the node and its descendants are accessed through aTreeAdapter.Exception thrown when a node cannot be read, written, or generated by aNodeReader,NodeWriter, orNodeGenerator.Provides a stateful, non-recursive, depth-first iterator for arbitrary tree-like structures.