A E G M N R

A

Attribute - class net.sourceforge.xcool.Attribute.
Attribute for a xml element.
Attribute(String, String) - Constructor for class net.sourceforge.xcool.Attribute
Creates a new attribute.

E

Engine - class net.sourceforge.xcool.Engine.
Class used to execute XQL queries.
Engine() - Constructor for class net.sourceforge.xcool.Engine
 
equals(Object) - Method in class net.sourceforge.xcool.Attribute
Compares two attributes and returns true if both the name and the value are equal.
executeQuery(InputStream, String) - Static method in class net.sourceforge.xcool.Engine
Executes a query.

G

getAttribute(int) - Method in interface net.sourceforge.xcool.ResultNode
Returns the n'th attribute.
getAttributeCount() - Method in interface net.sourceforge.xcool.ResultNode
Returns the number of attributes.
getAttributes() - Method in interface net.sourceforge.xcool.ResultNode
Returns the node's attributes.
getChild(int) - Method in interface net.sourceforge.xcool.ResultNode
Returns the n'th child.
getChildren() - Method in interface net.sourceforge.xcool.ResultNode
Returns the node's children.
getChildrenCount() - Method in interface net.sourceforge.xcool.ResultNode
Returns the number of children.
getName() - Method in class net.sourceforge.xcool.Attribute
Returns the attribute's name.
getValue() - Method in class net.sourceforge.xcool.Attribute
Returns the attribute's value.
getValue() - Method in interface net.sourceforge.xcool.ResultNode
Returns the value of the node.

M

main(String[]) - Static method in class net.sourceforge.xcool.Engine
 

N

net.sourceforge.xcool - package net.sourceforge.xcool
 

R

ResultNode - interface net.sourceforge.xcool.ResultNode.
Interface implemented by the XQL result returned after executing a query.

A E G M N R