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, constructionElement, doc, 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, addText, addTextElement, createElementForFamily, createElementForFamilyLocal, getBaseURI, getBigIntegerFromChildElement, getBytesFromChildElement, getBytesFromTextChild, getDefaultPrefix, getDocument, getElement, getElementPlusReturns, getTextFromChildElement, getTextFromTextChild, length, registerDefaultPrefixes, setDefaultPrefix, setElement, setXPathNamespaceContext
public 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
- XMLSecurityException
public 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()
ElementProxy
getBaseLocalName
in class ElementProxy
public final String getBaseNamespace()
ElementProxy
getBaseNamespace
in class ElementProxy
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.