Qizx fe-4.4p2 API

Uses of Class
com.qizx.api.Indexing.Rule

Packages that use Indexing.Rule
com.qizx.api API of the embeddable version of the Qizx XML Query engine. 
 

Uses of Indexing.Rule in com.qizx.api
 

Methods in com.qizx.api that return Indexing.Rule
 Indexing.Rule Indexing.addAttributeRule(QName attributeName, QName[] context, int indexingType)
          Adds a new Rule applicable to a specific attribute.
 Indexing.Rule Indexing.addDefaultAttributeRule(QName[] context, int indexingType)
          Adds a new Rule applicable to all attributes.
 Indexing.Rule Indexing.addDefaultElementRule(QName[] context, int indexingType)
          Adds a new Rule applicable to all elements.
 Indexing.Rule Indexing.addElementRule(QName elementName, QName[] context, int indexingType)
          Adds a new Rule applicable to a specific element.
 Indexing.Rule Indexing.getAttributeRule(int index)
          Returns the n-th attribute Rule.
 Indexing.Rule Indexing.getElementRule(int index)
          Returns the n-th element Rule.
 

Methods in com.qizx.api with parameters of type Indexing.Rule
 boolean Indexing.Rule.precedes(Indexing.Rule rule)
          Returns true if this rule is more specific than the rule in argument
 


© 2010 Axyana Software