Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.ide.index.xml
Interface XMLCriteria


public interface XMLCriteria

Defines index query criteria for XML.


Field Summary
static java.lang.String ALL_XML_FILES
          Queries all XML files.
static java.lang.String ROOT_ELEMENT
          Queries all XML files that have a root element with the given local name.
static java.lang.String ROOT_NAMESPACE
          Queries all XML files that have a root element with the given namespace.
static java.lang.String SYSTEM_ID
          Queries all XML files with the given system identifier.
 

Field Detail

ALL_XML_FILES

static final java.lang.String ALL_XML_FILES
Queries all XML files.

See Also:
Constant Field Values

ROOT_ELEMENT

static final java.lang.String ROOT_ELEMENT
Queries all XML files that have a root element with the given local name.

See Also:
Constant Field Values

ROOT_NAMESPACE

static final java.lang.String ROOT_NAMESPACE
Queries all XML files that have a root element with the given namespace.

See Also:
Constant Field Values

SYSTEM_ID

static final java.lang.String SYSTEM_ID
Queries all XML files with the given system identifier.

See Also:
Constant Field Values

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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