Qizx/db 2.1 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/db database engine. 
 

Uses of Indexing.Rule in com.qizx.api
 

Methods in com.qizx.api that return Indexing.Rule
 Indexing.Rule Indexing.addElementRule(QName elementName, QName[] context, int indexingType)
          Adds a new Rule applicable to a specific element.
 Indexing.Rule Indexing.addDefaultElementRule(QName[] context, int indexingType)
          Adds a new Rule applicable to all elements.
 Indexing.Rule Indexing.getElementRule(int index)
          Returns the n-th element 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.getAttributeRule(int index)
          Returns the n-th attribute Rule.
 


© 2008 Axyana Software