|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xml.security.utils.ElementProxy
org.apache.xml.security.transforms.params.XPathFilterCHGPContainer
public class XPathFilterCHGPContainer
Implements the parameters for a custom Transform which has a better performance than the xfilter2.
| Field Summary | |
|---|---|
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
|
| Fields inherited from class org.apache.xml.security.utils.ElementProxy |
|---|
baseURI, constructionElement, doc, log |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.apache.xml.security.utils.ElementProxy |
|---|
addBase64Element, addBase64Text, addBigIntegerElement, addText, addTextElement, createElementForFamily, createElementForFamilyLocal, getBaseURI, getBigIntegerFromChildElement, getBytesFromChildElement, getBytesFromTextChild, getDefaultPrefix, getDocument, getElement, getElementPlusReturns, getTextFromChildElement, getTextFromTextChild, length, registerDefaultPrefixes, setDefaultPrefix, setElement, setXPathNamespaceContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Method Detail |
|---|
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 ElementProxy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||