|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TupleNode | |
org.apache.asn1.ber | Provides the codec foundation for Basic Encoding Rules based on a Tag, Length and Value (TLV) field tuples. |
Uses of TupleNode in org.apache.asn1.ber |
Subinterfaces of TupleNode in org.apache.asn1.ber | |
interface |
MutableTupleNode
A mutable TupleNode used for building TLV Tuple trees. |
Classes in org.apache.asn1.ber that implement TupleNode | |
class |
DefaultMutableTupleNode
The default mutable tuple node. |
Methods in org.apache.asn1.ber that return TupleNode | |
TupleNode |
DefaultMutableTupleNode.getParentTupleNode()
|
TupleNode |
DefaultMutableTupleNode.getChildTupleNodeAt(int index)
|
TupleNode |
TupleNode.getParentTupleNode()
Gets the parent tuple node to this node or null if a parent does not exist. |
TupleNode |
TupleNode.getChildTupleNodeAt(int index)
Gets a tuple node at an index. |
static TupleNode |
TupleTreeDecoder.treeDecode(java.nio.ByteBuffer buf)
Decodes a BER byte buffer into a tree of TLV tuples. |
Methods in org.apache.asn1.ber with parameters of type TupleNode | |
void |
VisitorMonitor.visited(TupleNodeVisitor visitor,
TupleNode node)
Notifies that a node has been visited. |
int |
DefaultMutableTupleNode.getIndex(TupleNode node)
|
void |
TupleEncodingVisitor.visit(TupleNode node)
Visits a tree of tuple nodes using a specific visitation order. |
boolean |
TupleEncodingVisitor.canVisit(TupleNode node)
Checks to see if a node can be visited. |
java.util.ArrayList |
TupleEncodingVisitor.getOrder(TupleNode node,
java.util.ArrayList children)
Get the array of children to visit sequentially to determine the order of child visitations. |
int |
TupleNode.getIndex(TupleNode node)
Gets the index of a child if the child node if it exists. |
void |
TupleNodeVisitor.visit(TupleNode node)
Visits a tree of tuple nodes using a specific visitation order. |
boolean |
TupleNodeVisitor.canVisit(TupleNode node)
Checks to see if a node can be visited. |
java.util.ArrayList |
TupleNodeVisitor.getOrder(TupleNode node,
java.util.ArrayList children)
Get the array of children to visit sequentially to determine the order of child visitations. |
void |
DeterminateLengthVisitor.visit(TupleNode node)
Visits a tree of tuple nodes using a specific visitation order. |
boolean |
DeterminateLengthVisitor.canVisit(TupleNode node)
Checks to see if a node can be visited. |
java.util.ArrayList |
DeterminateLengthVisitor.getOrder(TupleNode node,
java.util.ArrayList children)
Get the array of children to visit sequentially to determine the order of child visitations. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |