Uses of Interface
org.apache.xml.security.signature.NodeFilter
-
-
Uses of NodeFilter in org.apache.jcp.xml.dsig.internal.dom
Method parameters in org.apache.jcp.xml.dsig.internal.dom with type arguments of type NodeFilter Modifier and Type Method Description private java.util.Set<org.w3c.dom.Node>
ApacheNodeSetData. getNodeSet(java.util.List<NodeFilter> nodeFilters)
-
Uses of NodeFilter in org.apache.xml.security.c14n.implementations
Fields in org.apache.xml.security.c14n.implementations with type parameters of type NodeFilter Modifier and Type Field Description private java.util.List<NodeFilter>
CanonicalizerBase. nodeFilter
-
Uses of NodeFilter in org.apache.xml.security.signature
Fields in org.apache.xml.security.signature with type parameters of type NodeFilter Modifier and Type Field Description private java.util.List<NodeFilter>
XMLSignatureInput. nodeFilters
Node Filter list.Methods in org.apache.xml.security.signature that return types with arguments of type NodeFilter Modifier and Type Method Description java.util.List<NodeFilter>
XMLSignatureInput. getNodeFilters()
Methods in org.apache.xml.security.signature with parameters of type NodeFilter Modifier and Type Method Description void
XMLSignatureInput. addNodeFilter(NodeFilter filter)
-
Uses of NodeFilter in org.apache.xml.security.transforms.implementations
Classes in org.apache.xml.security.transforms.implementations that implement NodeFilter Modifier and Type Class Description (package private) static class
TransformEnvelopedSignature.EnvelopedNodeFilter
(package private) static class
TransformXPath.XPathNodeFilter
(package private) class
XPath2NodeFilter
-