Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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 Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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