TransformParam
public class XPathFilterCHGPContainer extends ElementProxy implements TransformParam
Modifier and Type | Field | Description |
---|---|---|
static String |
_ATT_INCLUDESLASH |
Field _ATT_INCLUDESLASH
|
static String |
_TAG_XPATHCHGP |
Field _TAG_XPATHCHGP
|
static boolean |
ExcludeSlash |
Field ExcludeSlash
|
static boolean |
IncludeSlash |
Field IncludeSlash
|
static String |
TRANSFORM_XPATHFILTERCHGP |
baseURI, log
Modifier and Type | Method | Description |
---|---|---|
String |
getBaseLocalName() |
Method getBaseLocalName
|
String |
getBaseNamespace() |
Method getBaseNamespace
|
String |
getExclude() |
Method getExclude
|
String |
getExcludeButSearch() |
Method getExcludeButSearch
|
Node |
getHereContextNodeExclude() |
Method getHereContextNodeExclude
|
Node |
getHereContextNodeExcludeButSearch() |
Method getHereContextNodeExcludeButSearch
|
Node |
getHereContextNodeIncludeButSearch() |
Method getHereContextNodeIncludeButSearch
|
String |
getIncludeButSearch() |
Method getIncludeButSearch
|
boolean |
getIncludeSlashPolicy() |
Method getIncludeSlashPolicy
|
static XPathFilterCHGPContainer |
getInstance(Document doc,
boolean includeSlashPolicy,
String includeButSearch,
String excludeButSearch,
String exclude) |
Creates a new XPathFilterCHGPContainer; needed for generation.
|
static XPathFilterCHGPContainer |
getInstance(Element element,
String baseURI) |
Creates a XPathFilterCHGPContainer from an existing Element; needed for verification.
|
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, setXPathNamespaceContext
public static final String TRANSFORM_XPATHFILTERCHGP
public static final String _TAG_XPATHCHGP
public static final String _ATT_INCLUDESLASH
public static final boolean IncludeSlash
public static final boolean ExcludeSlash
public static XPathFilterCHGPContainer getInstance(Document doc, boolean includeSlashPolicy, String includeButSearch, String excludeButSearch, String exclude)
doc
- includeSlashPolicy
- includeButSearch
- excludeButSearch
- exclude
- public static XPathFilterCHGPContainer getInstance(Element element, String baseURI) throws XMLSecurityException
element
- baseURI
- XMLSecurityException
public String getIncludeButSearch()
public String getExcludeButSearch()
public String getExclude()
public boolean getIncludeSlashPolicy()
public Node getHereContextNodeIncludeButSearch()
public Node getHereContextNodeExcludeButSearch()
public Node getHereContextNodeExclude()
public final String getBaseLocalName()
getBaseLocalName
in class ElementProxy
public final String getBaseNamespace()
getBaseNamespace
in class ElementProxy
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.