SAP ABAP Interface IF_IXML_NODE_FILTER (Filter for Iterators)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-XML (Application Component) ABAP XML Processing
⤷
SIXML (Package) iXML Library: Parsing, DOM Representation, and XML Rendering
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_IXML_NODE_FILTER_COMBINING | Combining filter, not used | 20001117 |
Properties
| Interface | IF_IXML_NODE_FILTER | |
| Short Description | Filter for Iterators |
General Data
| Package | SIXML | iXML Library: Parsing, DOM Representation, and XML Rendering |
| Created | 20001103 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_IXML_UNKNOWN | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_IXML_UNKNOWN | IF_IXML_UNKNOWN | 20001103 |
Friends
Interface IF_IXML_NODE_FILTER has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_FILTER_ANCESTOR | Constant | Public | Type reference (TYPE) | I | 10 | Filter Type: Filter Condition for All Parent Nodes | 20001103 | |
| 2 | CO_FILTER_AND | Constant | Public | Type reference (TYPE) | I | 1 | Filter Type: Combining Two Filters with AND | 20001103 | |
| 3 | CO_FILTER_ATTRIBUTE | Constant | Public | Type reference (TYPE) | I | 7 | Filter Type: Obsolete, use CO_FILTER_ATTRIBUTE_NS | 20001103 | |
| 4 | CO_FILTER_ATTRIBUTE_NS | Constant | Public | Type reference (TYPE) | I | 8 | Filter Type: Filter Condition for Attribute (Name and Value) | 20001103 | |
| 5 | CO_FILTER_NAME | Constant | Public | Type reference (TYPE) | I | 5 | Filter Type: Obsolete, use CO_FILTER_NAME_NS | 20001103 | |
| 6 | CO_FILTER_NAME_NS | Constant | Public | Type reference (TYPE) | I | 6 | Filter Type: Filter Condition for Node Name | 20001103 | |
| 7 | CO_FILTER_NODE_TYPE | Constant | Public | Type reference (TYPE) | I | 4 | Filter Type: Filter Condition for Node Type | 20001103 | |
| 8 | CO_FILTER_NOT | Constant | Public | Type reference (TYPE) | I | 3 | Filter Type: Negation of Filter with NOT | 20001103 | |
| 9 | CO_FILTER_OR | Constant | Public | Type reference (TYPE) | I | 2 | Filter Type: Combining Two Filters with OR | 20001103 | |
| 10 | CO_FILTER_OTHER | Constant | Public | Type reference (TYPE) | I | 0 | Filter Type: Object with IF_IXML_NODE_FILTER, but no filter | 20001103 | |
| 11 | CO_FILTER_PARENT | Constant | Public | Type reference (TYPE) | I | 9 | Filter Type: Filter Condition for Direct Parent Node | 20001103 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Applies filter condition on node | 20001103 | |
| 2 | Instance method | Public | Method | Creates a copy of the filter object | 20001103 | |
| 3 | Instance method | Public | Method | Reads the filter type | 20001103 | |
| 4 | Instance method | Public | Method | 20001103 |
Events
Interface IF_IXML_NODE_FILTER has no event.
Types
Interface IF_IXML_NODE_FILTER has no local type.
Method Signatures
Method ACCEPT_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | Referenz auf Knoten | 20001103 | |||
| 2 | RVAL | Value transfer | Type reference (TYPE) | BOOLEAN | abap_true, falls Knoten die Bedingung erfüllt | 20001103 |
Method ACCEPT_NODE on Interface IF_IXML_NODE_FILTER has no exception.
Method CLONE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE_FILTER | Referenz auf neues Filterobjekt | 20001103 |
Method CLONE on Interface IF_IXML_NODE_FILTER has no exception.
Method GET_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RVAL | Value transfer | Type reference (TYPE) | I | Filtertyp gemäß Aufzählungstyp | 20001103 |
Method GET_TYPE on Interface IF_IXML_NODE_FILTER has no exception.
Method QUERY_INTERFACE Signature
Method QUERY_INTERFACE on Interface IF_IXML_NODE_FILTER has no parameter.
Method QUERY_INTERFACE on Interface IF_IXML_NODE_FILTER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 610 |