A B C D E G N S T U V X 

A

addNamespace(String, String) - Method in class com.formos.tapestry.xpath.UncheckedTapestryXPath
 

B

booleanValueOf(Object) - Method in class com.formos.tapestry.xpath.UncheckedTapestryXPath
 

C

com.formos.tapestry.xpath - package com.formos.tapestry.xpath
 

D

debug() - Method in class com.formos.tapestry.xpath.UncheckedTapestryXPath
 

E

evaluate(Object) - Method in class com.formos.tapestry.xpath.UncheckedTapestryXPath
 

G

getFunctionContext() - Method in class com.formos.tapestry.xpath.UncheckedTapestryXPath
 
getNamespaceContext() - Method in class com.formos.tapestry.xpath.UncheckedTapestryXPath
 
getNavigator() - Method in class com.formos.tapestry.xpath.UncheckedTapestryXPath
 
getRootExpr() - Method in class com.formos.tapestry.xpath.UncheckedTapestryXPath
 
getVariableContext() - Method in class com.formos.tapestry.xpath.UncheckedTapestryXPath
 

N

normalizedDescendantText(Object) - Method in class com.formos.tapestry.xpath.TapestryXPath
Selects nodes and then, for each node found, concatenates all the descendant text nodes and applies normalizeText(String).
normalizedDescendantText(Object) - Method in class com.formos.tapestry.xpath.UncheckedTapestryXPath
 
normalizeText(String) - Static method in class com.formos.tapestry.xpath.TapestryXPath
Normalises text from the DOM so that is more like what is displayed to a user by a browser (for Latin scripts): whitespace is replaced with space, multiple space is collapsed into single spaces and any space at the beginning or end is trimmed.
normalizeText(String) - Static method in class com.formos.tapestry.xpath.UncheckedTapestryXPath
 
numberValueOf(Object) - Method in class com.formos.tapestry.xpath.UncheckedTapestryXPath
 

S

selectAttributes(Object) - Method in class com.formos.tapestry.xpath.TapestryXPath
As selectNodes(Object) but assumes the result will be a collection of Attributes.
selectAttributes(Object) - Method in class com.formos.tapestry.xpath.UncheckedTapestryXPath
 
selectElements(Object) - Method in class com.formos.tapestry.xpath.TapestryXPath
As selectNodes(Object) but assumes the result will be a collection of Elements.
selectElements(Object) - Method in class com.formos.tapestry.xpath.UncheckedTapestryXPath
 
selectElementsAttribute(Object, String) - Method in class com.formos.tapestry.xpath.TapestryXPath
Returns the Element.getAttribute(String) from each element identified by selectElements(Object).
selectElementsAttribute(Object, String) - Method in class com.formos.tapestry.xpath.UncheckedTapestryXPath
 
selectElementsChildMarkup(Object) - Method in class com.formos.tapestry.xpath.TapestryXPath
Returns the Element.getChildMarkup() from each element identified by selectElements(Object).
selectElementsChildMarkup(Object) - Method in class com.formos.tapestry.xpath.UncheckedTapestryXPath
 
selectNodes(Object) - Method in class com.formos.tapestry.xpath.TapestryXPath
 
selectNodes(Object) - Method in class com.formos.tapestry.xpath.UncheckedTapestryXPath
 
selectSingleElement(Object) - Method in class com.formos.tapestry.xpath.TapestryXPath
As BaseXPath.selectSingleNode(Object) but assumes the result will be an Element.
selectSingleElement(Object) - Method in class com.formos.tapestry.xpath.UncheckedTapestryXPath
 
selectSingleNode(Object) - Method in class com.formos.tapestry.xpath.UncheckedTapestryXPath
 
setFunctionContext(FunctionContext) - Method in class com.formos.tapestry.xpath.UncheckedTapestryXPath
 
setNamespaceContext(NamespaceContext) - Method in class com.formos.tapestry.xpath.UncheckedTapestryXPath
 
setVariableContext(VariableContext) - Method in class com.formos.tapestry.xpath.UncheckedTapestryXPath
 
singleNormalizedDescendantText(Object) - Method in class com.formos.tapestry.xpath.TapestryXPath
Selects a single node and then concatenates all the descendant text nodes and applies normalizeText(String).
singleNormalizedDescendantText(Object) - Method in class com.formos.tapestry.xpath.UncheckedTapestryXPath
 
stringValueOf(Object) - Method in class com.formos.tapestry.xpath.UncheckedTapestryXPath
 
stringValuesOf(Object) - Method in class com.formos.tapestry.xpath.TapestryXPath
As selectNodes(Object) but converts each of the selected nodes into its XPath string-value.
stringValuesOf(Object) - Method in class com.formos.tapestry.xpath.UncheckedTapestryXPath
 

T

TapestryXPath - Class in com.formos.tapestry.xpath
Implements XPath for the Tapestry DOM.
TapestryXPath(String) - Constructor for class com.formos.tapestry.xpath.TapestryXPath
 
TapestryXPathException - Exception in com.formos.tapestry.xpath
 
TapestryXPathException(Throwable) - Constructor for exception com.formos.tapestry.xpath.TapestryXPathException
 

U

UncheckedTapestryXPath - Class in com.formos.tapestry.xpath
As TapestryXPath but throws unchecked exceptions.
UncheckedTapestryXPath(String) - Constructor for class com.formos.tapestry.xpath.UncheckedTapestryXPath
 

V

valueOf(Object) - Method in class com.formos.tapestry.xpath.UncheckedTapestryXPath
Deprecated.

X

xpath(String) - Static method in class com.formos.tapestry.xpath.TapestryXPath
Creates a new TapestryXPath object.
xpath(String) - Static method in class com.formos.tapestry.xpath.UncheckedTapestryXPath
 
A B C D E G N S T U V X 

Copyright © 2009-2012. All Rights Reserved.