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.
 
  • Class
    Description
     
    Enumeration of supported node types within a PolyMorph tree 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 a TreeAdapter.
    Exception thrown when a node cannot be read, written, or generated by a NodeReader, NodeWriter, or NodeGenerator.
    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.
  • Class
    Description
     
    Enumeration of supported node types within a PolyMorph tree 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 a TreeAdapter.
    Exception thrown when a node cannot be read, written, or generated by a NodeReader, NodeWriter, or NodeGenerator.
    Provides a stateful, non-recursive, depth-first iterator for arbitrary tree-like structures.