- get(int) - Method in class com.nomagic.reportwizard.tools.query.QueryList
-
- get(String) - Method in class com.nomagic.reportwizard.tools.QueryTool
-
Get elements using query pattern.
- get(String, String) - Method in class com.nomagic.reportwizard.tools.QueryTool
-
Get elements using query pattern.
- getAttributeList() - Method in class com.nomagic.reportwizard.tools.query.QueryPattern
-
Return element's attribute list.
- getChildElements(Element) - Method in class com.nomagic.reportwizard.tools.QueryTool
-
- getElementById(String) - Method in class com.nomagic.reportwizard.tools.QueryTool
-
Retrieve element from selecting package scope whose element ID is exactly equals to given parameter.
This method is equivalent to query pattern #id
- getElementsByName(String) - Method in class com.nomagic.reportwizard.tools.QueryTool
-
Retrieves element from selecting package scope whose element name is exactly equals to given parameter.
This method is equivalent to query pattern *[name=var]
- getId() - Method in class com.nomagic.reportwizard.tools.query.QueryPattern
-
Return element id.
- getLastAttribute() - Method in class com.nomagic.reportwizard.tools.query.QueryPattern
-
Get a last attribute form attribute list.
- getName() - Method in class com.nomagic.reportwizard.tools.query.QueryAttribute
-
Get an attribute name.
- getQueryPatternString() - Method in class com.nomagic.reportwizard.tools.query.QueryPattern
-
Return query pattern.
- getRegx() - Method in class com.nomagic.reportwizard.tools.query.QueryAttribute
-
Get a regular expression for attribute matching.
- getType() - Method in class com.nomagic.reportwizard.tools.query.QueryAttribute
-
Get an attribute matching type.
- getType() - Method in class com.nomagic.reportwizard.tools.query.QueryPattern
-
Return element type.
- getTypeCharacer() - Method in class com.nomagic.reportwizard.tools.query.QueryAttribute
-
Get matching type character.
- getValue() - Method in class com.nomagic.reportwizard.tools.query.QueryAttribute
-
Get an attribute value.