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