public class XPath2FilterContainer04 extends ElementProxy implements TransformParam
| Modifier and Type | Field and Description |
|---|---|
static String |
_TAG_XPATH2
Field _TAG_XPATH2
|
static String |
XPathFilter2NS
Field XPathFiler2NS
|
baseURI, log| Modifier and Type | Method and Description |
|---|---|
String |
getBaseLocalName()
Returns the localname of the Elements of the sub-class.
|
String |
getBaseNamespace()
Returns the namespace of the Elements of the sub-class.
|
String |
getXPathFilterStr()
Returns the XPath 2 Filter String
|
Node |
getXPathFilterTextNode()
Returns the first Text node which contains information from the XPath 2
Filter String.
|
boolean |
isIntersect()
Returns
true if the Filter attribute has value "intersect". |
boolean |
isSubtract()
Returns
true if the Filter attribute has value "subtract". |
boolean |
isUnion()
Returns
true if the Filter attribute has value "union". |
static XPath2FilterContainer04 |
newInstance(Element element,
String baseURI)
Creates a XPath2FilterContainer04 from an existing Element; needed for verification.
|
static XPath2FilterContainer04 |
newInstanceIntersect(Document doc,
String xpath2filter)
Creates a new XPath2FilterContainer04 with the filter type "intersect".
|
static XPath2FilterContainer04 |
newInstanceSubtract(Document doc,
String xpath2filter)
Creates a new XPath2FilterContainer04 with the filter type "subtract".
|
static XPath2FilterContainer04 |
newInstanceUnion(Document doc,
String xpath2filter)
Creates a new XPath2FilterContainer04 with the filter type "union".
|
addBase64Element, addBase64Text, addBigIntegerElement, addReturnToSelf, addText, addTextElement, appendOther, appendSelf, appendSelf, createElementForFamily, createElementForFamilyLocal, createText, getBaseURI, getBigIntegerFromChildElement, getBytesFromTextChild, getDefaultPrefix, getDocument, getElement, getElementPlusReturns, getFirstChild, getLocalAttribute, getTextFromChildElement, getTextFromTextChild, length, registerDefaultPrefixes, setDefaultPrefix, setDocument, setElement, setElement, setLocalAttribute, setLocalIdAttribute, setXPathNamespaceContextpublic static final String _TAG_XPATH2
public static final String XPathFilter2NS
public static XPath2FilterContainer04 newInstanceIntersect(Document doc, String xpath2filter)
doc - xpath2filter - public static XPath2FilterContainer04 newInstanceSubtract(Document doc, String xpath2filter)
doc - xpath2filter - public static XPath2FilterContainer04 newInstanceUnion(Document doc, String xpath2filter)
doc - xpath2filter - public static XPath2FilterContainer04 newInstance(Element element, String baseURI) throws XMLSecurityException
element - baseURI - XMLSecurityExceptionpublic boolean isIntersect()
true if the Filter attribute has value "intersect".true if the Filter attribute has value "intersect".public boolean isSubtract()
true if the Filter attribute has value "subtract".true if the Filter attribute has value "subtract".public boolean isUnion()
true if the Filter attribute has value "union".true if the Filter attribute has value "union".public String getXPathFilterStr()
public Node getXPathFilterTextNode()
public final String getBaseLocalName()
ElementProxygetBaseLocalName in class ElementProxypublic final String getBaseNamespace()
ElementProxygetBaseNamespace in class ElementProxyCopyright © 2000–2015 The Apache Software Foundation. All rights reserved.