C E G H I N O P S T W X

C

cascading.operation.xml - package cascading.operation.xml
 

E

equals(Object) - Method in class cascading.operation.xml.TagSoupParser
 
equals(Object) - Method in class cascading.operation.xml.XPathOperation
 

G

getExpressions() - Method in class cascading.operation.xml.XPathOperation
 
getTransformer() - Method in class cascading.operation.xml.XPathOperation
Method getTransformer returns the transformer of this XPathOperation object.
getXPath() - Method in class cascading.operation.xml.XPathOperation
Method getXPath returns the XPath of this XPathOperation object.

H

hashCode() - Method in class cascading.operation.xml.TagSoupParser
 
hashCode() - Method in class cascading.operation.xml.XPathOperation
 

I

isRemove(FlowProcess, FilterCall<Pair<DocumentBuilder, Tuple>>) - Method in class cascading.operation.xml.XPathFilter
 

N

NAMESPACE_XHTML - Static variable in class cascading.operation.xml.XPathOperation
Field NAMESPACE_XHTML
namespaces - Variable in class cascading.operation.xml.XPathOperation
Field namespaces

O

operate(FlowProcess, FunctionCall) - Method in class cascading.operation.xml.TagSoupParser
 
operate(FlowProcess, FunctionCall<Pair<DocumentBuilder, Tuple>>) - Method in class cascading.operation.xml.XPathGenerator
 
operate(FlowProcess, FunctionCall<Pair<DocumentBuilder, Tuple>>) - Method in class cascading.operation.xml.XPathParser
 

P

parseDocument(DocumentBuilder, String) - Method in class cascading.operation.xml.XPathOperation
 
paths - Variable in class cascading.operation.xml.XPathOperation
Field paths
prepare(FlowProcess, OperationCall<Pair<DocumentBuilder, Tuple>>) - Method in class cascading.operation.xml.XPathOperation
 

S

setFeature(String, boolean) - Method in class cascading.operation.xml.TagSoupParser
Method setFeature allows the user to set 'features' directly on the TagSoup parser, Parser.setFeature(java.lang.String, boolean).

T

TagSoupParser - Class in cascading.operation.xml
Class TagSoupParser uses the Tag Soup library to convert incoming HTML to clean XHTML.
TagSoupParser(Fields) - Constructor for class cascading.operation.xml.TagSoupParser
Constructor TagSoupParser creates a new TagSoupParser instance.

W

writeAsXML(Node) - Method in class cascading.operation.xml.XPathOperation
 

X

XPathFilter - Class in cascading.operation.xml
XPathFilter will filter out a Tuple if the given XPath expression returns false.
XPathFilter(String[][], String) - Constructor for class cascading.operation.xml.XPathFilter
Constructor XPathFilter creates a new XPathFilter instance.
XPathFilter(boolean, String[][], String) - Constructor for class cascading.operation.xml.XPathFilter
Constructor XPathFilter creates a new XPathFilter instance.
XPathGenerator - Class in cascading.operation.xml
XPathGenerator is a Generator function that will emit a new Tuple for every Node returned by the given XPath expression.
XPathGenerator(Fields, String[][], String...) - Constructor for class cascading.operation.xml.XPathGenerator
Constructor XPathGenerator creates a new XPathGenerator instance.
XPathOperation - Class in cascading.operation.xml
Class XPathOperation is the base class for all XPath operations.
XPathOperation(int, Fields, String[][], String...) - Constructor for class cascading.operation.xml.XPathOperation
 
XPathOperation(int, String[][], String...) - Constructor for class cascading.operation.xml.XPathOperation
 
XPathParser - Class in cascading.operation.xml
XPathParser will extract a value from the passed Tuple argument into a new Tuple field.
XPathParser(Fields, String[][], String...) - Constructor for class cascading.operation.xml.XPathParser
Constructor XPathParser creates a new XPathParser instance.
XPathParser(Fields, String...) - Constructor for class cascading.operation.xml.XPathParser
Constructor XPathParser creates a new XPathParser instance.

C E G H I N O P S T W X

Copyright © 2007-2015 Concurrent, Inc. All Rights Reserved.