public class XmlIndexDeclaration
extends java.lang.Object
XmlIndexSpecification.find(java.lang.String, java.lang.String).| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
index
A comma-separated list of strings that represent the indexing strategy.
|
java.lang.String |
name
The name of the element or attribute node to be indexed.
|
java.lang.String |
uri
The namespace of the node to be indexed.
|
| Constructor and Description |
|---|
XmlIndexDeclaration(java.lang.String uri,
java.lang.String name,
java.lang.String index)
Construct an XmlIndexDeclaration object with the given settings.
|
public java.lang.String uri
public java.lang.String name
public java.lang.String index
unique-{path type}-{node type}-{key type}-{syntax}public XmlIndexDeclaration(java.lang.String uri,
java.lang.String name,
java.lang.String index)
uri - The namespace of the node to be indexed. The default namespace is selected by passing an empty string for the namespace.name - The name of the element or attribute node to be indexed.index - A comma-separated list of strings that represent the indexing strategy.
The strings must contain the following information in the following order:
unique-{path type}-{node type}-{key type}-{syntax}Copyright (c) 2004,2014 Oracle. All rights reserved.