|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TagNode | |
---|---|
org.apache.asn1.ber.digester |
Uses of TagNode in org.apache.asn1.ber.digester |
---|
Methods in org.apache.asn1.ber.digester that return TagNode | |
---|---|
TagNode |
TagNode.getChild(java.lang.Integer tag)
|
TagNode |
TagTree.getNode(int[] pattern)
|
TagNode |
TagTree.getNode(org.apache.commons.collections.primitives.IntStack stack)
|
private TagNode |
TagTree.getNormalNode(int[] pattern)
|
private TagNode |
TagTree.getNormalNode(org.apache.commons.collections.primitives.IntStack stack)
|
private TagNode |
TagTree.getWildNode(int[] pattern)
Gets a node matching a pattern with a wild card from this TagTree. |
private TagNode |
TagTree.getWildNode(org.apache.commons.collections.primitives.IntStack stack)
Gets a node matching a pattern with a wild card from this TagTree. |
Methods in org.apache.asn1.ber.digester with parameters of type TagNode | |
---|---|
(package private) void |
TagNode.addNode(TagNode node)
|
private void |
TagTree.addWildRulesToNewNormalNode(TagNode node,
java.util.Stack stack)
Adds wild carded rules to new nodes being added to the tag tree with normal patterns without wild cards. |
private void |
TagTree.addWildRuleToNormalTree(int[] pattern,
Rule rule,
java.util.Stack stack,
TagNode node)
Adds rules registered via wild cards to the nodes within a branch of the normal TagTree. |
private void |
TagTree.addWildRuleToWildTree(int[] pattern,
Rule rule,
java.util.Stack stack,
TagNode node)
Adds rules registered via wild cards to the wild TagTree to all nodes matching the pattern. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |