public class XPathFilterCHGPContainer extends ElementProxy implements TransformParam
| Modifier and Type | Field and 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 and Description |
|---|---|
String |
getBaseLocalName()
Method getBaseLocalName
Returns the localname of the Elements of the sub-class.
|
String |
getBaseNamespace()
Method getBaseNamespace
Returns the namespace of the Elements of the sub-class.
|
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, setXPathNamespaceContextpublic 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 - XMLSecurityExceptionpublic 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 ElementProxypublic final String getBaseNamespace()
getBaseNamespace in class ElementProxyCopyright © 2000–2019 The Apache Software Foundation. All rights reserved.