Uses of Class
eu.europa.esig.dss.validation.process.bbb.xcv.sub.checks.PolicyTreeNode
-
Uses of PolicyTreeNode in eu.europa.esig.dss.validation.process.bbb.xcv.sub.checks
Modifier and TypeMethodDescriptionPolicyTreeNode.deleteNodesAtLevelWithoutChildren
(int depthLevel) Removes nodes at the givendepthLevel
if not having children nodesstatic PolicyTreeNode
PolicyTreeNode.initTree()
Initialize the first node of the valid policy tree (containing anyPolicy as the first element)Modifier and TypeMethodDescriptionPolicyTreeNode.createAnyPolicyChildren()
Creates any policy children corresponding to the current policy nodeModifier and TypeMethodDescriptionboolean
PolicyTreeNode.addChildNodeIfMatch
(PolicyTreeNode policyNode) This method adds apolicyNode
to the node's children, when applicable