|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TupleNodeVisitor | |
org.apache.asn1.ber | Provides the codec foundation for Basic Encoding Rules based on a Tag, Length and Value (TLV) field tuples. |
Uses of TupleNodeVisitor in org.apache.asn1.ber |
Classes in org.apache.asn1.ber that implement TupleNodeVisitor | |
class |
DeterminateLengthVisitor
A visitor used to transform a TLV tuple tree by altering tuples to use determinate length encodings rather than the indeterminate form. |
class |
TupleEncodingVisitor
A tuple tree visitor that encodes tuples in prefix order into a buffer, and chunking the buffer via callbacks as it is filled. |
Methods in org.apache.asn1.ber with parameters of type TupleNodeVisitor | |
void |
VisitorMonitor.visited(TupleNodeVisitor visitor,
TupleNode node)
Notifies that a node has been visited. |
void |
DefaultMutableTupleNode.accept(TupleNodeVisitor visitor)
Recursively descends the tree at this node based on the order of the visitor. |
void |
TupleNode.accept(TupleNodeVisitor visitor)
Element/node accept method for visitor pattern. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |