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