Package | Description |
---|---|
org.apache.xml.security.transforms.params |
Modifier and Type | Method and Description |
---|---|
static XPath2FilterContainer |
XPath2FilterContainer.newInstance(org.w3c.dom.Element element,
java.lang.String BaseURI)
Creates a XPath2FilterContainer from an existing Element; needed for verification.
|
static XPath2FilterContainer |
XPath2FilterContainer.newInstanceIntersect(org.w3c.dom.Document doc,
java.lang.String xpath2filter)
Creates a new XPath2FilterContainer with the filter type "intersect".
|
static XPath2FilterContainer |
XPath2FilterContainer.newInstanceSubtract(org.w3c.dom.Document doc,
java.lang.String xpath2filter)
Creates a new XPath2FilterContainer with the filter type "subtract".
|
static XPath2FilterContainer |
XPath2FilterContainer.newInstanceUnion(org.w3c.dom.Document doc,
java.lang.String xpath2filter)
Creates a new XPath2FilterContainer with the filter type "union".
|
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.