Skip navigation links

Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10680-04


oracle.security.xmlsec.transform
Interface NodeFilterTransform

All Known Implementing Classes:
EbxmlXPathFilter, EnvelopedSigTransform

public interface NodeFilterTransform
Since:
release specific (what release of product did this appear in)
Version:
$Header: ldap/java/src/oracle/security/xmlsec/transform/NodeFilterTransform.java /main/1 2008/12/17 15:42:25 pdatta Exp $

Field Summary
static int NO_TO_SELF
           
static int NO_TO_SELF_AND_DESCENDANTS
           
static int YES_TO_SELF
           
static int YES_TO_SELF_AND_DESCENDANTS
           

 

Method Summary
 int accept(org.w3c.dom.Node node)
          return YES_TO_SELF, NO_TO_SELF, YES_TO_SELF_AND_DESCENDANTS or YES_TO_SELF_AND_DESCENDANTS depending on whether the node is filtered out

 

Field Detail

YES_TO_SELF

static final int YES_TO_SELF
See Also:
Constant Field Values

NO_TO_SELF

static final int NO_TO_SELF
See Also:
Constant Field Values

YES_TO_SELF_AND_DESCENDANTS

static final int YES_TO_SELF_AND_DESCENDANTS
See Also:
Constant Field Values

NO_TO_SELF_AND_DESCENDANTS

static final int NO_TO_SELF_AND_DESCENDANTS
See Also:
Constant Field Values

Method Detail

accept

int accept(org.w3c.dom.Node node)
           throws TransformationException
return YES_TO_SELF, NO_TO_SELF, YES_TO_SELF_AND_DESCENDANTS or YES_TO_SELF_AND_DESCENDANTS depending on whether the node is filtered out
Parameters:
node -
Returns:
Throws:
TransformationException

Skip navigation links

Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10680-04


Copyright © 2005, 2011 , Oracle. All rights reserved.