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