A B C D E F G H I L M N O P Q R S T U V W X 

A

AbsComparator - Class in org.treetank.service.xml.xpath.comparators
AbstractComparator
AbsComparator(INodeReadTrx, AbsAxis, AbsAxis, CompKind) - Constructor for class org.treetank.service.xml.xpath.comparators.AbsComparator
Constructor.
AbsExpression - Class in org.treetank.service.xml.xpath.expr
AbstractExpression
AbsExpression(INodeReadTrx) - Constructor for class org.treetank.service.xml.xpath.expr.AbsExpression
Constructor.
AbsFunction - Class in org.treetank.service.xml.xpath.functions
AbstractFunction
AbsFunction(INodeReadTrx, List<AbsAxis>, int, int, int) - Constructor for class org.treetank.service.xml.xpath.functions.AbsFunction
Constructor.
AbsObAxis - Class in org.treetank.service.xml.xpath.operators
AbstractOpAxis
AbsObAxis(INodeReadTrx, AbsAxis, AbsAxis) - Constructor for class org.treetank.service.xml.xpath.operators.AbsObAxis
Constructor.
add(INode, INode) - Method in class org.treetank.service.xml.diff.algorithm.fmes.Matching
Adds the matching x -> y.
add(Diff) - Method in class org.treetank.service.xml.diff.out.EditScript
Adds a change to the edit script.
add(AbsAxis) - Method in class org.treetank.service.xml.xpath.ExpressionSingle
Adds a new Axis to the expression chain.
addAndExpression(INodeReadTrx) - Method in class org.treetank.service.xml.xpath.PipelineBuilder
Adds a and expression to the pipeline.
addCastableExpr(INodeReadTrx, SingleType) - Method in class org.treetank.service.xml.xpath.PipelineBuilder
Adds a castable expression to the pipeline.
addCompExpression(INodeReadTrx, String) - Method in class org.treetank.service.xml.xpath.PipelineBuilder
Adds a comparison expression to the pipeline.
addExpr() - Method in class org.treetank.service.xml.xpath.PipelineBuilder
Adds a new pipeline stack to the stack holding all expressions.
addExpressionSingle() - Method in class org.treetank.service.xml.xpath.PipelineBuilder
Adds a new single expression to the pipeline.
addForExpression(int) - Method in class org.treetank.service.xml.xpath.PipelineBuilder
Adds a for expression to the pipeline.
addFunction(INodeReadTrx, String, int) - Method in class org.treetank.service.xml.xpath.PipelineBuilder
Adds a function to the pipeline.
addIfExpression(INodeReadTrx) - Method in class org.treetank.service.xml.xpath.PipelineBuilder
Adds a if expression to the pipeline.
addInstanceOfExpr(INodeReadTrx, SequenceType) - Method in class org.treetank.service.xml.xpath.PipelineBuilder
Adds a instance of expression to the pipeline.
addIntExcExpression(INodeReadTrx, boolean) - Method in class org.treetank.service.xml.xpath.PipelineBuilder
Adds a intersect or a exception expression to the pipeline.
addLiteral(INodeReadTrx, AtomicValue) - Method in class org.treetank.service.xml.xpath.PipelineBuilder
Adds a literal expression to the pipeline.
addNewElement(Stack<Long>, StartElement) - Method in class org.treetank.service.xml.shredder.XMLShredder
Add a new element node.
addNewText(Stack<Long>, String) - Method in class org.treetank.service.xml.shredder.XMLShredder
Add a new text node.
addObserver(VarRefExpr) - Method in class org.treetank.service.xml.xpath.axis.VariableAxis
Add an observer to the list.
AddOpAxis - Class in org.treetank.service.xml.xpath.operators
AddOpAxis
AddOpAxis(INodeReadTrx, AbsAxis, AbsAxis) - Constructor for class org.treetank.service.xml.xpath.operators.AddOpAxis
Constructor.
addOperatorExpression(INodeReadTrx, String) - Method in class org.treetank.service.xml.xpath.PipelineBuilder
Adds an operator expression to the pipeline.
addOrExpression(INodeReadTrx) - Method in class org.treetank.service.xml.xpath.PipelineBuilder
Adds a or expression to the pipeline.
addPredicate(INodeReadTrx) - Method in class org.treetank.service.xml.xpath.PipelineBuilder
Adds a predicate to the pipeline.
addQuantifierExpr(INodeReadTrx, boolean, int) - Method in class org.treetank.service.xml.xpath.PipelineBuilder
Adds a SomeExpression or an EveryExpression to the pipeline, depending on the parameter isSome.
addRangeExpr(INodeReadTrx) - Method in class org.treetank.service.xml.xpath.PipelineBuilder
Adds a range expression to the pipeline.
addStep(AbsAxis) - Method in class org.treetank.service.xml.xpath.PipelineBuilder
Adds a step to the pipeline.
addStep(AbsAxis, AbsFilter) - Method in class org.treetank.service.xml.xpath.PipelineBuilder
Adds a step to the pipeline.
addTreatExpr(INodeReadTrx, SequenceType) - Method in class org.treetank.service.xml.xpath.PipelineBuilder
Adds a treat as expression to the pipeline.
addUnionExpression(INodeReadTrx) - Method in class org.treetank.service.xml.xpath.PipelineBuilder
Adds a union expression to the pipeline.
addVariableExpr(INodeReadTrx, String) - Method in class org.treetank.service.xml.xpath.PipelineBuilder
Adds a variable expression to the pipeline.
addVarRefExpr(INodeReadTrx, String) - Method in class org.treetank.service.xml.xpath.PipelineBuilder
Adds a VarRefExpr to the pipeline.
AndExpr - Class in org.treetank.service.xml.xpath.expr
Logical And Expression
AndExpr(INodeReadTrx, AbsAxis, AbsAxis) - Constructor for class org.treetank.service.xml.xpath.expr.AndExpr
Constructor.
atomize(AbsAxis) - Method in class org.treetank.service.xml.xpath.comparators.AbsComparator
Atomizes an operand according to the rules specified in the XPath specification.
atomize(AbsAxis) - Method in class org.treetank.service.xml.xpath.comparators.GeneralComp
Atomizes an operand according to the rules specified in the XPath specification.
atomize(AbsAxis) - Method in class org.treetank.service.xml.xpath.comparators.NodeComp
Atomizes an operand according to the rules specified in the XPath specification.
atomize(AbsAxis) - Method in class org.treetank.service.xml.xpath.comparators.ValueComp
Atomizes an operand according to the rules specified in the XPath specification.

B

begin() - Method in class org.treetank.service.xml.xpath.parser.XPathScanner
Returns the beginning of a query that has already been scanned.
build() - Method in class org.treetank.service.xml.serialize.XMLSerializer.XMLSerializerBuilder
Building new Serializer.

C

call() - Method in class org.treetank.service.xml.shredder.XMLShredder
Invoking the shredder.
call() - Method in class org.treetank.service.xml.shredder.XMLUpdateShredder
Invoking the shredder.
CastableExpr - Class in org.treetank.service.xml.xpath.expr
CastableExpression
CastableExpr(INodeReadTrx, AbsAxis, SingleType) - Constructor for class org.treetank.service.xml.xpath.expr.CastableExpr
Constructor.
clear() - Method in class org.treetank.service.xml.diff.out.EditScript
Clears the edit script.
close() - Method in class org.treetank.service.xml.serialize.StAXSerializer
close() - Method in class org.treetank.service.xml.shredder.ListEventReader
 
compare(AtomicValue[], AtomicValue[]) - Method in class org.treetank.service.xml.xpath.comparators.AbsComparator
Performs the comparison of two atomic values.
compare(String, String, Type) - Method in enum org.treetank.service.xml.xpath.comparators.CompKind
Compares the two input values.
compare(AtomicValue[], AtomicValue[]) - Method in class org.treetank.service.xml.xpath.comparators.GeneralComp
Performs the comparison of two atomic values.
compare(AtomicValue[], AtomicValue[]) - Method in class org.treetank.service.xml.xpath.comparators.NodeComp
Performs the comparison of two atomic values.
compare(AtomicValue[], AtomicValue[]) - Method in class org.treetank.service.xml.xpath.comparators.ValueComp
Performs the comparison of two atomic values.
CompKind - Enum in org.treetank.service.xml.xpath.comparators
CompKind
computeResult() - Method in class org.treetank.service.xml.xpath.functions.AbsFunction
Computes the result value of the function.
computeResult() - Method in class org.treetank.service.xml.xpath.functions.FNNot
Computes the result value of the function.
computeResult() - Method in class org.treetank.service.xml.xpath.functions.FNPosition
Computes the result value of the function.
computeResult() - Method in class org.treetank.service.xml.xpath.functions.FNString
Computes the result value of the function.
computeResult() - Method in class org.treetank.service.xml.xpath.functions.sequences.FNBoolean
Computes the result value of the function.
computeResult() - Method in class org.treetank.service.xml.xpath.functions.sequences.FNCount
Computes the result value of the function.
computeResult() - Method in class org.treetank.service.xml.xpath.functions.sequences.FNSum
Computes the result value of the function.
ConnectionMap<T> - Class in org.treetank.service.xml.diff.algorithm.fmes
Stores whether two objects have a (unidirectional) connection.
ConnectionMap() - Constructor for class org.treetank.service.xml.diff.algorithm.fmes.ConnectionMap
Creates a new connection map.
ConnectionMap(ConnectionMap<T>) - Constructor for class org.treetank.service.xml.diff.algorithm.fmes.ConnectionMap
Copy constructor.
containedChildren(INode, INode) - Method in class org.treetank.service.xml.diff.algorithm.fmes.Matching
Counts the number of child nodes in the subtrees of x and y that are also in the matching.
contains(INode, INode) - Method in class org.treetank.service.xml.diff.algorithm.fmes.Matching
Checks if the matching contains the pair (x, y).
containsNode(INode) - Method in class org.treetank.service.xml.diff.out.EditScript
Checks if an item has been added(changed).
copy() - Method in class org.treetank.service.xml.shredder.ListEventReader
Create a copy, but reset index.
createFileReader(File) - Static method in class org.treetank.service.xml.shredder.XMLShredder
Create a new StAX reader on a file.
createListReader(List<XMLEvent>) - Static method in class org.treetank.service.xml.shredder.XMLShredder
Create a new StAX reader based on a List of XMLEvents.
createStringReader(String) - Static method in class org.treetank.service.xml.shredder.XMLShredder
Create a new StAX reader on a string.

D

diff(INodeWriteTrx, INodeReadTrx) - Method in interface org.treetank.service.xml.diff.algorithm.IImportDiff
Do the diff.
Diff - Class in org.treetank.service.xml.diff
Container for diffs.
Diff(DiffFactory.EDiff, IStructNode, IStructNode, DiffDepth) - Constructor for class org.treetank.service.xml.diff.Diff
Constructor.
DiffAxis - Class in org.treetank.service.xml.diff
 
DiffAxis(INodeReadTrx, INodeReadTrx) - Constructor for class org.treetank.service.xml.diff.DiffAxis
Constructor.
DiffDepth - Class in org.treetank.service.xml.diff
Immutable diff container class.
diffDone() - Method in interface org.treetank.service.xml.diff.IDiffObserver
Signals that the diff calculation is done.
DiffFactory - Class in org.treetank.service.xml.diff
Wrapper for public access.
DiffFactory.Builder - Class in org.treetank.service.xml.diff
Builder to simplify static methods.
DiffFactory.Builder(ISession, long, long, long, DiffFactory.EDiffOptimized, Set<IDiffObserver>) - Constructor for class org.treetank.service.xml.diff.DiffFactory.Builder
Constructor.
DiffFactory.EDiff - Enum in org.treetank.service.xml.diff
Possible kinds of differences between two nodes.
DiffFactory.EDiffOptimized - Enum in org.treetank.service.xml.diff
Determines if an optimized diff calculation should be done, which is faster.
diffListener(DiffFactory.EDiff, IStructNode, IStructNode, DiffDepth) - Method in interface org.treetank.service.xml.diff.IDiffObserver
Called for every node comparsion.
DivOpAxis - Class in org.treetank.service.xml.xpath.operators
DivOpAxis
DivOpAxis(INodeReadTrx, AbsAxis, AbsAxis) - Constructor for class org.treetank.service.xml.xpath.operators.DivOpAxis
Constructor.
DocTreeDiffImport - Class in org.treetank.service.xml.diff.in
Import using DocTreeDiff.
DocTreeDiffImport() - Constructor for class org.treetank.service.xml.diff.in.DocTreeDiffImport
 
DocumentNodeAxis - Class in org.treetank.service.xml.xpath.filter
DocumentNodeAxis
DocumentNodeAxis(INodeReadTrx) - Constructor for class org.treetank.service.xml.xpath.filter.DocumentNodeAxis
Constructor initializing internal state.
DupFilterAxis - Class in org.treetank.service.xml.xpath.filter
DupFilterAxis
DupFilterAxis(INodeReadTrx, AbsAxis) - Constructor for class org.treetank.service.xml.xpath.filter.DupFilterAxis
Constructor.
DupState - Enum in org.treetank.service.xml.xpath
DupState

E

ebv(AbsAxis, INodeReadTrx) - Static method in class org.treetank.service.xml.xpath.functions.Function
 
EditScript - Class in org.treetank.service.xml.diff.out
Builds an edit script.
EditScript() - Constructor for class org.treetank.service.xml.diff.out.EditScript
Constructor.
emitEndDocument() - Method in class org.treetank.service.xml.serialize.SAXSerializer
 
emitEndDocument() - Method in class org.treetank.service.xml.serialize.XMLSerializer
Emit end document.
emitEndElement(INodeReadTrx) - Method in class org.treetank.service.xml.serialize.SAXSerializer
Emit end tag.
emitEndElement(INodeReadTrx) - Method in class org.treetank.service.xml.serialize.XMLSerializer
Emit end element.
emitEndManualElement(long) - Method in class org.treetank.service.xml.serialize.SAXSerializer
Emit an end tag, which specifies a revision.
emitEndManualElement(long) - Method in class org.treetank.service.xml.serialize.XMLSerializer
Emit an end tag, which specifies a revision.
emitStartDocument() - Method in class org.treetank.service.xml.serialize.SAXSerializer
 
emitStartDocument() - Method in class org.treetank.service.xml.serialize.XMLSerializer
Emit start document.
emitStartElement(INodeReadTrx) - Method in class org.treetank.service.xml.serialize.SAXSerializer
Emit start tag.
emitStartElement(INodeReadTrx) - Method in class org.treetank.service.xml.serialize.XMLSerializer
Emit node (start element or characters).
emitStartManualElement(long) - Method in class org.treetank.service.xml.serialize.SAXSerializer
Emit a start tag, which specifies a revision.
emitStartManualElement(long) - Method in class org.treetank.service.xml.serialize.XMLSerializer
Emit a start tag, which specifies a revision.
EShredderCommit - Enum in org.treetank.service.xml.shredder
Determines if it should be comitted right after shredding or not.
EShredderInsert - Enum in org.treetank.service.xml.shredder
Determines how to insert at subtree.
evaluate() - Method in class org.treetank.service.xml.xpath.expr.AbsExpression
Performs the expression dependent evaluation of the expression.
evaluate() - Method in class org.treetank.service.xml.xpath.expr.AndExpr
Performs the expression dependent evaluation of the expression.
evaluate() - Method in class org.treetank.service.xml.xpath.expr.CastableExpr
Performs the expression dependent evaluation of the expression.
evaluate() - Method in class org.treetank.service.xml.xpath.expr.EveryExpr
Performs the expression dependent evaluation of the expression.
evaluate() - Method in class org.treetank.service.xml.xpath.expr.InstanceOfExpr
Performs the expression dependent evaluation of the expression.
evaluate() - Method in class org.treetank.service.xml.xpath.expr.LiteralExpr
Performs the expression dependent evaluation of the expression.
evaluate() - Method in class org.treetank.service.xml.xpath.expr.OrExpr
Performs the expression dependent evaluation of the expression.
evaluate() - Method in class org.treetank.service.xml.xpath.expr.SomeExpr
Performs the expression dependent evaluation of the expression.
evaluate() - Method in class org.treetank.service.xml.xpath.expr.VarRefExpr
Performs the expression dependent evaluation of the expression.
evaluate() - Method in class org.treetank.service.xml.xpath.functions.AbsFunction
Performs the expression dependent evaluation of the expression.
EveryExpr - Class in org.treetank.service.xml.xpath.expr
EveryExpr
EveryExpr(INodeReadTrx, List<AbsAxis>, AbsAxis) - Constructor for class org.treetank.service.xml.xpath.expr.EveryExpr
Constructor.
ExceptAxis - Class in org.treetank.service.xml.xpath.axis
ExceptAxis
ExceptAxis(INodeReadTrx, AbsAxis, AbsAxis) - Constructor for class org.treetank.service.xml.xpath.axis.ExceptAxis
Constructor.
EXPathError - Enum in org.treetank.service.xml.xpath
 
ExpressionSingle - Class in org.treetank.service.xml.xpath
ExpresseionSingle
ExpressionSingle(INodeReadTrx) - Constructor for class org.treetank.service.xml.xpath.ExpressionSingle
Constructor.

F

fillInStackTrace() - Method in exception org.treetank.service.xml.xpath.XPathError
filter() - Method in class org.treetank.service.xml.xpath.filter.SchemaAttributeFilter
filter() - Method in class org.treetank.service.xml.xpath.filter.SchemaElementFilter
finishExpr(INodeReadTrx, int) - Method in class org.treetank.service.xml.xpath.PipelineBuilder
Ends an expression.
FMESVisitor - Class in org.treetank.service.xml.diff.algorithm.fmes
Initialize data structures.
FMESVisitor(ISession, Map<INode, Boolean>, Map<INode, Long>) - Constructor for class org.treetank.service.xml.diff.algorithm.fmes.FMESVisitor
Constructor.
FNBoolean - Class in org.treetank.service.xml.xpath.functions.sequences
FNBooleean
FNBoolean(INodeReadTrx, List<AbsAxis>, int, int, int) - Constructor for class org.treetank.service.xml.xpath.functions.sequences.FNBoolean
Constructor.
FNCount - Class in org.treetank.service.xml.xpath.functions.sequences
FNCount
FNCount(INodeReadTrx, List<AbsAxis>, int, int, int) - Constructor for class org.treetank.service.xml.xpath.functions.sequences.FNCount
Constructor.
FNNot - Class in org.treetank.service.xml.xpath.functions
FNNot
FNNot(INodeReadTrx, List<AbsAxis>, int, int, int) - Constructor for class org.treetank.service.xml.xpath.functions.FNNot
Constructor.
FNPosition - Class in org.treetank.service.xml.xpath.functions
FNPosition
FNPosition(INodeReadTrx, List<AbsAxis>, int, int, int) - Constructor for class org.treetank.service.xml.xpath.functions.FNPosition
Constructor.
FNString - Class in org.treetank.service.xml.xpath.functions
FNString
FNString(INodeReadTrx, List<AbsAxis>, int, int, int) - Constructor for class org.treetank.service.xml.xpath.functions.FNString
Constructor.
FNSum - Class in org.treetank.service.xml.xpath.functions.sequences
FNSum
FNSum(INodeReadTrx, List<AbsAxis>, int, int, int) - Constructor for class org.treetank.service.xml.xpath.functions.sequences.FNSum
Constructor.
ForAxis - Class in org.treetank.service.xml.xpath.axis
ForAxis
ForAxis(AbsAxis, AbsAxis, INodeReadTrx) - Constructor for class org.treetank.service.xml.xpath.axis.ForAxis
Constructor.
fromString(String) - Static method in enum org.treetank.service.xml.xpath.comparators.CompKind
Public method to easy retrieve the Function-Class for a name.
fromString(String) - Static method in enum org.treetank.service.xml.xpath.functions.FuncDef
Public method to easy retrieve the Function-Class for a name.
FuncDef - Enum in org.treetank.service.xml.xpath.functions
FuncDef
Function - Class in org.treetank.service.xml.xpath.functions
 
Function() - Constructor for class org.treetank.service.xml.xpath.functions.Function
 

G

GeneralComp - Class in org.treetank.service.xml.xpath.comparators
GeneralComp
GeneralComp(INodeReadTrx, AbsAxis, AbsAxis, CompKind) - Constructor for class org.treetank.service.xml.xpath.comparators.GeneralComp
Constructor.
get(T, T) - Method in class org.treetank.service.xml.diff.algorithm.fmes.ConnectionMap
Returns whether there is a connection between a and b.
get(INode) - Method in class org.treetank.service.xml.diff.out.EditScript
Look up a change for the given item.
getArgs() - Method in class org.treetank.service.xml.xpath.functions.AbsFunction
 
getAtomic() - Method in class org.treetank.service.xml.xpath.SingleType
Gets the atomic type.
getComparator(INodeReadTrx, AbsAxis, AbsAxis, CompKind, String) - Static method in class org.treetank.service.xml.xpath.comparators.AbsComparator
Factory method to implement the comparator.
getCompKind() - Method in class org.treetank.service.xml.xpath.comparators.AbsComparator
Getting CompKind for this Comparator.
getContent() - Method in interface org.treetank.service.xml.xpath.parser.IXPathToken
 
getContent() - Method in class org.treetank.service.xml.xpath.parser.VariableXPathToken
Gets the content of the token.
getContentHandler() - Method in class org.treetank.service.xml.serialize.SAXSerializer
 
getDepth() - Method in class org.treetank.service.xml.diff.Diff
Get depth.
getDiff() - Method in class org.treetank.service.xml.diff.Diff
Get diff.
getDTDHandler() - Method in class org.treetank.service.xml.serialize.SAXSerializer
 
getElementText() - Method in class org.treetank.service.xml.serialize.StAXSerializer
getElementText() - Method in class org.treetank.service.xml.shredder.ListEventReader
 
getEncapsulatedException() - Method in enum org.treetank.service.xml.xpath.EXPathError
Getting the specific exception for a type.
getEntityResolver() - Method in class org.treetank.service.xml.serialize.SAXSerializer
 
getErrorHandler() - Method in class org.treetank.service.xml.serialize.SAXSerializer
 
getExpr() - Method in class org.treetank.service.xml.xpath.ExpressionSingle
Returns a chain to execute the query.
getExpression() - Method in class org.treetank.service.xml.xpath.PipelineBuilder
Returns the current pipeline.
getFeature(String) - Method in class org.treetank.service.xml.serialize.SAXSerializer
 
getFilter() - Method in class org.treetank.service.xml.xpath.SequenceType
 
getFunc() - Method in enum org.treetank.service.xml.xpath.functions.FuncDef
 
getLabels() - Method in class org.treetank.service.xml.diff.algorithm.fmes.LabelFMESVisitor
Get labels.
getLatch() - Method in class org.treetank.service.xml.shredder.XMLShredder
Get latch.
getLeafLabels() - Method in class org.treetank.service.xml.diff.algorithm.fmes.LabelFMESVisitor
Get leaf labels.
getmAS() - Method in class org.treetank.service.xml.shredder.NDataTuple
 
getMax() - Method in enum org.treetank.service.xml.xpath.functions.FuncDef
 
getmContinent() - Method in class org.treetank.service.xml.shredder.NDataTuple
 
getmCountry() - Method in class org.treetank.service.xml.shredder.NDataTuple
 
getMin() - Method in enum org.treetank.service.xml.xpath.functions.FuncDef
 
getmPrefix() - Method in class org.treetank.service.xml.shredder.NDataTuple
 
getmProps() - Method in class org.treetank.service.xml.serialize.XMLSerializerProperties
Get properties map.
getMsg() - Method in enum org.treetank.service.xml.xpath.EXPathError
Returns the error message of the respective error.
getMsg() - Method in enum org.treetank.service.xml.xpath.XPathError.ErrorType
Returns the error message of the respective error.
getName() - Method in interface org.treetank.service.xml.diff.algorithm.IImportDiff
Name of algorithm.
getNewDepth() - Method in class org.treetank.service.xml.diff.DiffDepth
Get depth in new revision.
getNewNode() - Method in class org.treetank.service.xml.diff.Diff
Get new node.
getOldDepth() - Method in class org.treetank.service.xml.diff.DiffDepth
Get depth in old revision.
getOldNode() - Method in class org.treetank.service.xml.diff.Diff
Get old node.
getPipeline() - Method in class org.treetank.service.xml.xpath.PipelineBuilder
Returns a queue of all pipelines build so far and empties the pipeline stack.
getPipeStack() - Method in class org.treetank.service.xml.xpath.PipelineBuilder
 
getPos() - Method in class org.treetank.service.xml.xpath.parser.XPathScanner
Return the current cursor position in the query.
getProperty(String) - Method in class org.treetank.service.xml.serialize.SAXSerializer
 
getProperty(String) - Method in class org.treetank.service.xml.serialize.StAXSerializer
getProperty(String) - Method in class org.treetank.service.xml.shredder.ListEventReader
 
getQueryPipeline() - Method in class org.treetank.service.xml.xpath.parser.XPathParser
Returns a queue containing all pipelines (chains of nested axis and filters) to execute the query.
getReturnType() - Method in enum org.treetank.service.xml.xpath.functions.FuncDef
 
getReturnType(int, int) - Method in class org.treetank.service.xml.xpath.operators.AbsObAxis
Checks if the types of the operands are a valid combination for the operation and if so returns the corresponding result type.
getReturnType(int, int) - Method in class org.treetank.service.xml.xpath.operators.AddOpAxis
Checks if the types of the operands are a valid combination for the operation and if so returns the corresponding result type.
getReturnType(int, int) - Method in class org.treetank.service.xml.xpath.operators.DivOpAxis
Checks if the types of the operands are a valid combination for the operation and if so returns the corresponding result type.
getReturnType(int, int) - Method in class org.treetank.service.xml.xpath.operators.IDivOpAxis
Checks if the types of the operands are a valid combination for the operation and if so returns the corresponding result type.
getReturnType(int, int) - Method in class org.treetank.service.xml.xpath.operators.ModOpAxis
Checks if the types of the operands are a valid combination for the operation and if so returns the corresponding result type.
getReturnType(int, int) - Method in class org.treetank.service.xml.xpath.operators.MulOpAxis
Checks if the types of the operands are a valid combination for the operation and if so returns the corresponding result type.
getReturnType(int, int) - Method in class org.treetank.service.xml.xpath.operators.SubOpAxis
Checks if the types of the operands are a valid combination for the operation and if so returns the corresponding result type.
getSize() - Method in class org.treetank.service.xml.xpath.ExpressionSingle
Returns the number of axis in this expression.
getType(int, int) - Method in class org.treetank.service.xml.xpath.comparators.AbsComparator
Returns the common comparable type of the two operands, or an error, if the two operands don't have a common type on which a comparison is allowed according to the XPath 2.0 specification.
getType(int, int) - Method in class org.treetank.service.xml.xpath.comparators.GeneralComp
Returns the common comparable type of the two operands, or an error, if the two operands don't have a common type on which a comparison is allowed according to the XPath 2.0 specification.
getType(int, int) - Method in class org.treetank.service.xml.xpath.comparators.NodeComp
Returns the common comparable type of the two operands, or an error, if the two operands don't have a common type on which a comparison is allowed according to the XPath 2.0 specification.
getType(int, int) - Method in class org.treetank.service.xml.xpath.comparators.ValueComp
Returns the common comparable type of the two operands, or an error, if the two operands don't have a common type on which a comparison is allowed according to the XPath 2.0 specification.
getType() - Method in interface org.treetank.service.xml.xpath.parser.IXPathToken
 
getType() - Method in class org.treetank.service.xml.xpath.parser.VariableXPathToken
Gets the type of the token.
getWildcard() - Method in class org.treetank.service.xml.xpath.SequenceType
Returns the wildcard's char representation.

H

hasInterogation() - Method in class org.treetank.service.xml.xpath.SingleType
Specifies, whether interrogation sign is present and therefore the empty sequence is valid too.
hasNext() - Method in class org.treetank.service.xml.diff.DiffAxis
hasNext() - Method in class org.treetank.service.xml.diff.out.EditScript
hasNext() - Method in class org.treetank.service.xml.serialize.StAXSerializer
hasNext() - Method in class org.treetank.service.xml.shredder.ListEventReader
 
hasNext() - Method in class org.treetank.service.xml.xpath.axis.ExceptAxis
hasNext() - Method in class org.treetank.service.xml.xpath.axis.ForAxis
hasNext() - Method in class org.treetank.service.xml.xpath.axis.IfAxis
hasNext() - Method in class org.treetank.service.xml.xpath.axis.IntersectAxis
hasNext() - Method in class org.treetank.service.xml.xpath.axis.RangeAxis
hasNext() - Method in class org.treetank.service.xml.xpath.axis.SequenceAxis
hasNext() - Method in class org.treetank.service.xml.xpath.axis.UnionAxis
hasNext() - Method in class org.treetank.service.xml.xpath.axis.VariableAxis
hasNext() - Method in class org.treetank.service.xml.xpath.comparators.AbsComparator
hasNext() - Method in class org.treetank.service.xml.xpath.expr.AbsExpression
hasNext() - Method in class org.treetank.service.xml.xpath.filter.DocumentNodeAxis
hasNext() - Method in class org.treetank.service.xml.xpath.filter.DupFilterAxis
hasNext() - Method in class org.treetank.service.xml.xpath.filter.PredicateFilterAxis
hasNext() - Method in class org.treetank.service.xml.xpath.operators.AbsObAxis
hasNext() - Method in class org.treetank.service.xml.xpath.XPathAxis
hasWildcard() - Method in class org.treetank.service.xml.xpath.SequenceType
 
hook(AtomicValue[], AtomicValue[]) - Method in class org.treetank.service.xml.xpath.comparators.AbsComparator
Allowes the general comparisons to do some extra functionality.

I

IComparator<T> - Interface in org.treetank.service.xml.diff.algorithm.fmes
Interface for the LCS algorithm in the Util class.
IDiffObserver - Interface in org.treetank.service.xml.diff
Interface for observers, which are listening for diffs.
IDivOpAxis - Class in org.treetank.service.xml.xpath.operators
AddOpAxis
IDivOpAxis(INodeReadTrx, AbsAxis, AbsAxis) - Constructor for class org.treetank.service.xml.xpath.operators.IDivOpAxis
Constructor.
IfAxis - Class in org.treetank.service.xml.xpath.axis
IfAxis
IfAxis(INodeReadTrx, AbsAxis, AbsAxis, AbsAxis) - Constructor for class org.treetank.service.xml.xpath.axis.IfAxis
Constructor.
IImport<T> - Interface in org.treetank.service.xml.shredder
IImport
IImportDiff - Interface in org.treetank.service.xml.diff.algorithm
Diff interface for Import algorithms.
importData(char, List<T>) - Method in interface org.treetank.service.xml.shredder.IImport
Import data.
init() - Method in enum org.treetank.service.xml.xpath.OrdState
Initializes the order state.
insertNewContent() - Method in class org.treetank.service.xml.shredder.XMLShredder
Insert new content based on a StAX parser XMLStreamReader.
InstanceOfExpr - Class in org.treetank.service.xml.xpath.expr
InstanceOfExpr
InstanceOfExpr(INodeReadTrx, AbsAxis, SequenceType) - Constructor for class org.treetank.service.xml.xpath.expr.InstanceOfExpr
Constructor.
IntersectAxis - Class in org.treetank.service.xml.xpath.axis
IntersectAxis
IntersectAxis(INodeReadTrx, AbsAxis, AbsAxis) - Constructor for class org.treetank.service.xml.xpath.axis.IntersectAxis
Constructor.
invokeFullDiff(DiffFactory.Builder) - Static method in class org.treetank.service.xml.diff.DiffFactory
Do a full diff.
invokeStructuralDiff(DiffFactory.Builder) - Static method in class org.treetank.service.xml.diff.DiffFactory
Do a structural diff.
isDupOrd(AbsAxis) - Method in class org.treetank.service.xml.xpath.ExpressionSingle
Determines for a given string representation of an axis, whether this axis leads to duplicates in the result sequence or not.
isEmpty() - Method in class org.treetank.service.xml.diff.out.EditScript
Checks if the edit script is empty.
isEmptySequence() - Method in class org.treetank.service.xml.xpath.SequenceType
 
isEqual(T, T) - Method in interface org.treetank.service.xml.diff.algorithm.fmes.IComparator
Compares two instances of type T.
isOrdered() - Method in class org.treetank.service.xml.xpath.ExpressionSingle
 
iterator() - Method in class org.treetank.service.xml.diff.out.EditScript
IXPathToken - Interface in org.treetank.service.xml.xpath.parser
 

L

LabelFMESVisitor - Class in org.treetank.service.xml.diff.algorithm.fmes
Label visitor.
LabelFMESVisitor(ISession) - Constructor for class org.treetank.service.xml.diff.algorithm.fmes.LabelFMESVisitor
Constructor.
ListEventReader - Class in org.treetank.service.xml.shredder
ListEventReader
ListEventReader(List<XMLEvent>) - Constructor for class org.treetank.service.xml.shredder.ListEventReader
Constructor.
LiteralExpr - Class in org.treetank.service.xml.xpath.expr
LiteralExpr
LiteralExpr(INodeReadTrx, long) - Constructor for class org.treetank.service.xml.xpath.expr.LiteralExpr
Constructor.
longestCommonSubsequence(List<T>, List<T>, IComparator<T>) - Static method in class org.treetank.service.xml.diff.algorithm.fmes.Util
Longest common subsequence algorithm.
lookUpTokens(int) - Method in class org.treetank.service.xml.xpath.parser.XPathScanner
Return the token that will be returned by the scanner after the call of nextToken(), without changing the internal state of the scanner.

M

main(String...) - Static method in class org.treetank.service.xml.serialize.SAXSerializer
Main method.
main(String...) - Static method in class org.treetank.service.xml.serialize.XMLSerializer
Main method.
main(String...) - Static method in class org.treetank.service.xml.shredder.XMLShredder
Main method.
main(String...) - Static method in class org.treetank.service.xml.shredder.XMLUpdateShredder
Main method.
Matching - Class in org.treetank.service.xml.diff.algorithm.fmes
Keeps track of nodes in a matching.
Matching(INodeReadTrx, INodeReadTrx) - Constructor for class org.treetank.service.xml.diff.algorithm.fmes.Matching
Creates a new matching.
Matching(Matching) - Constructor for class org.treetank.service.xml.diff.algorithm.fmes.Matching
Copy constructor.
mContent - Variable in enum org.treetank.service.xml.xpath.parser.TokenType
 
mEvents - Variable in class org.treetank.service.xml.shredder.XMLUpdateShredder
Events to parse.
mFile - Variable in class org.treetank.service.xml.shredder.XMLUpdateShredder
File to parse.
mFirstChildAppend - Variable in class org.treetank.service.xml.shredder.XMLShredder
Append as first child or not.
ModOpAxis - Class in org.treetank.service.xml.xpath.operators
AddOpAxis
ModOpAxis(INodeReadTrx, AbsAxis, AbsAxis) - Constructor for class org.treetank.service.xml.xpath.operators.ModOpAxis
Constructor.
mReader - Variable in class org.treetank.service.xml.shredder.XMLShredder
MulOpAxis - Class in org.treetank.service.xml.xpath.operators
AddOpAxis
MulOpAxis(INodeReadTrx, AbsAxis, AbsAxis) - Constructor for class org.treetank.service.xml.xpath.operators.MulOpAxis
Constructor.
mWtx - Variable in class org.treetank.service.xml.shredder.XMLShredder
INodeWriteTrx-reference

N

NDataTuple - Class in org.treetank.service.xml.shredder
Container for hierarichal network data (Continent, Country, AS, Prefix).
NDataTuple(String, String, String, String) - Constructor for class org.treetank.service.xml.shredder.NDataTuple
Constructor.
next() - Method in class org.treetank.service.xml.diff.out.EditScript
next() - Method in class org.treetank.service.xml.serialize.StAXSerializer
Just calls nextEvent().
next() - Method in class org.treetank.service.xml.shredder.ListEventReader
Just calls nextEvent().
nextEvent() - Method in class org.treetank.service.xml.serialize.StAXSerializer
nextEvent() - Method in class org.treetank.service.xml.shredder.ListEventReader
 
nextTag() - Method in class org.treetank.service.xml.serialize.StAXSerializer
nextTag() - Method in class org.treetank.service.xml.shredder.ListEventReader
 
nextToken() - Method in class org.treetank.service.xml.xpath.parser.XPathScanner
Reads the string char by char and returns one token by call.
NodeComp - Class in org.treetank.service.xml.xpath.comparators
NodeComp
NodeComp(INodeReadTrx, AbsAxis, AbsAxis, CompKind) - Constructor for class org.treetank.service.xml.xpath.comparators.NodeComp
Constructor.

O

operate(AtomicValue, AtomicValue) - Method in class org.treetank.service.xml.xpath.operators.AbsObAxis
Performs the operation on the two input operands.
operate(AtomicValue, AtomicValue) - Method in class org.treetank.service.xml.xpath.operators.AddOpAxis
Performs the operation on the two input operands.
operate(AtomicValue, AtomicValue) - Method in class org.treetank.service.xml.xpath.operators.DivOpAxis
Performs the operation on the two input operands.
operate(AtomicValue, AtomicValue) - Method in class org.treetank.service.xml.xpath.operators.IDivOpAxis
Performs the operation on the two input operands.
operate(AtomicValue, AtomicValue) - Method in class org.treetank.service.xml.xpath.operators.ModOpAxis
Performs the operation on the two input operands.
operate(AtomicValue, AtomicValue) - Method in class org.treetank.service.xml.xpath.operators.MulOpAxis
Performs the operation on the two input operands.
operate(AtomicValue, AtomicValue) - Method in class org.treetank.service.xml.xpath.operators.SubOpAxis
Performs the operation on the two input operands.
OrdState - Enum in org.treetank.service.xml.xpath
Enum represents different states of the result order that help to specify, if the result query will be in document order or not.
OrExpr - Class in org.treetank.service.xml.xpath.expr
Logical Or Expression
OrExpr(INodeReadTrx, AbsAxis, AbsAxis) - Constructor for class org.treetank.service.xml.xpath.expr.OrExpr
Constructor.
org.treetank.service.xml - package org.treetank.service.xml
Package XML Layer
org.treetank.service.xml.diff - package org.treetank.service.xml.diff
Diff Layer
org.treetank.service.xml.diff.algorithm - package org.treetank.service.xml.diff.algorithm
Implementation of diff algorithms.
org.treetank.service.xml.diff.algorithm.fmes - package org.treetank.service.xml.diff.algorithm.fmes
Provides the fast match / edit script (FMES) tree to tree correction algorithm as described in "Change detection in hierarchically structured information" by S.
org.treetank.service.xml.diff.in - package org.treetank.service.xml.diff.in
 
org.treetank.service.xml.diff.out - package org.treetank.service.xml.diff.out
Export of diffs.
org.treetank.service.xml.serialize - package org.treetank.service.xml.serialize
Serializer Package
org.treetank.service.xml.shredder - package org.treetank.service.xml.shredder
Shredder Package
org.treetank.service.xml.xpath - package org.treetank.service.xml.xpath
Package xpath
org.treetank.service.xml.xpath.axis - package org.treetank.service.xml.xpath.axis
 
org.treetank.service.xml.xpath.comparators - package org.treetank.service.xml.xpath.comparators
Package comparators
org.treetank.service.xml.xpath.expr - package org.treetank.service.xml.xpath.expr
Package Expr
org.treetank.service.xml.xpath.filter - package org.treetank.service.xml.xpath.filter
Package filter
org.treetank.service.xml.xpath.functions - package org.treetank.service.xml.xpath.functions
Package functions
org.treetank.service.xml.xpath.functions.sequences - package org.treetank.service.xml.xpath.functions.sequences
Package functions on sequences.
org.treetank.service.xml.xpath.operators - package org.treetank.service.xml.xpath.operators
Package operators
org.treetank.service.xml.xpath.parser - package org.treetank.service.xml.xpath.parser
 

P

Pair<U,V> - Class in org.treetank.service.xml.diff.algorithm.fmes
A Pair of objects.
Pair(U, V) - Constructor for class org.treetank.service.xml.diff.algorithm.fmes.Pair
Constructs the pair.
parse(InputSource) - Method in class org.treetank.service.xml.serialize.SAXSerializer
 
parse(String) - Method in class org.treetank.service.xml.serialize.SAXSerializer
 
parseQuery() - Method in class org.treetank.service.xml.xpath.parser.XPathParser
Starts parsing the query.
partner(INode) - Method in class org.treetank.service.xml.diff.algorithm.fmes.Matching
Returns the partner node of node according to mapping.
peek() - Method in class org.treetank.service.xml.serialize.StAXSerializer
peek() - Method in class org.treetank.service.xml.shredder.ListEventReader
 
PipelineBuilder - Class in org.treetank.service.xml.xpath
PipeBuilder
PipelineBuilder(INodeReadTrx) - Constructor for class org.treetank.service.xml.xpath.PipelineBuilder
Constructor.
PredicateFilterAxis - Class in org.treetank.service.xml.xpath.filter
PredicateFilterAxis
PredicateFilterAxis(INodeReadTrx, AbsAxis) - Constructor for class org.treetank.service.xml.xpath.filter.PredicateFilterAxis
Constructor.

Q

quickRatio(String, String) - Static method in class org.treetank.service.xml.diff.algorithm.fmes.Util
Calculates the similarity of two strings.

R

RangeAxis - Class in org.treetank.service.xml.xpath.axis
RangeExpr
RangeAxis(INodeReadTrx, AbsAxis, AbsAxis) - Constructor for class org.treetank.service.xml.xpath.axis.RangeAxis
Constructor.
readProps(String) - Method in class org.treetank.service.xml.serialize.XMLSerializerProperties
Read properties
remove() - Method in class org.treetank.service.xml.diff.out.EditScript
remove() - Method in class org.treetank.service.xml.serialize.StAXSerializer
remove() - Method in class org.treetank.service.xml.shredder.ListEventReader
 
reset(long) - Method in class org.treetank.service.xml.xpath.axis.ExceptAxis
reset(long) - Method in class org.treetank.service.xml.xpath.axis.ForAxis
reset(long) - Method in class org.treetank.service.xml.xpath.axis.IfAxis
reset(long) - Method in class org.treetank.service.xml.xpath.axis.IntersectAxis
reset(long) - Method in class org.treetank.service.xml.xpath.axis.SequenceAxis
reset(long) - Method in class org.treetank.service.xml.xpath.axis.UnionAxis
reset(long) - Method in class org.treetank.service.xml.xpath.axis.VariableAxis
reset(long) - Method in class org.treetank.service.xml.xpath.comparators.AbsComparator
reset(long) - Method in class org.treetank.service.xml.xpath.expr.AbsExpression
reset(long) - Method in class org.treetank.service.xml.xpath.expr.AndExpr
reset(long) - Method in class org.treetank.service.xml.xpath.expr.CastableExpr
reset(long) - Method in class org.treetank.service.xml.xpath.expr.EveryExpr
reset(long) - Method in class org.treetank.service.xml.xpath.expr.InstanceOfExpr
reset(long) - Method in class org.treetank.service.xml.xpath.expr.OrExpr
reset(long) - Method in class org.treetank.service.xml.xpath.expr.SomeExpr
reset(long) - Method in class org.treetank.service.xml.xpath.filter.DocumentNodeAxis
reset(long) - Method in class org.treetank.service.xml.xpath.filter.DupFilterAxis
reset(long) - Method in class org.treetank.service.xml.xpath.filter.PredicateFilterAxis
reset(long) - Method in class org.treetank.service.xml.xpath.functions.AbsFunction
reset(long) - Method in class org.treetank.service.xml.xpath.operators.AbsObAxis
RESOURCENAME - Static variable in class org.treetank.service.xml.diff.DiffFactory
 
reversePartner(INode) - Method in class org.treetank.service.xml.diff.algorithm.fmes.Matching
Returns the node for which "node" is the partner.

S

S_ID - Static variable in class org.treetank.service.xml.serialize.XMLSerializerProperties
Serialize TT-ID: yes/no.
S_INDENT - Static variable in class org.treetank.service.xml.serialize.XMLSerializerProperties
Serialization parameter: yes/no.
S_INDENT_SPACES - Static variable in class org.treetank.service.xml.serialize.XMLSerializerProperties
Specific serialization parameter: number of spaces to indent.
S_REST - Static variable in class org.treetank.service.xml.serialize.XMLSerializerProperties
Serialize REST: yes/no.
S_XMLDECL - Static variable in class org.treetank.service.xml.serialize.XMLSerializerProperties
Serialize XML declaration: yes/no.
SAXSerializer - Class in org.treetank.service.xml.serialize
SaxSerializer
SAXSerializer(ISession, ContentHandler, long...) - Constructor for class org.treetank.service.xml.serialize.SAXSerializer
Constructor.
SchemaAttributeFilter - Class in org.treetank.service.xml.xpath.filter
SchemaAttributeFilter
SchemaAttributeFilter(INodeReadTrx) - Constructor for class org.treetank.service.xml.xpath.filter.SchemaAttributeFilter
Default constructor.
SchemaElementFilter - Class in org.treetank.service.xml.xpath.filter
SchemaElementFilter
SchemaElementFilter(INodeReadTrx) - Constructor for class org.treetank.service.xml.xpath.filter.SchemaElementFilter
Default constructor.
SequenceAxis - Class in org.treetank.service.xml.xpath.axis
SequenceAxis
SequenceAxis(INodeReadTrx, AbsAxis...) - Constructor for class org.treetank.service.xml.xpath.axis.SequenceAxis
Constructor.
SequenceType - Class in org.treetank.service.xml.xpath
SequenceType
SequenceType() - Constructor for class org.treetank.service.xml.xpath.SequenceType
Constructor with no arguments means, the sequence type is the empty sequence.
SequenceType(AbsFilter) - Constructor for class org.treetank.service.xml.xpath.SequenceType
Constructor.
SequenceType(AbsFilter, char) - Constructor for class org.treetank.service.xml.xpath.SequenceType
Constructor.
set(T, T, boolean) - Method in class org.treetank.service.xml.diff.algorithm.fmes.ConnectionMap
Sets the connection between a and b.
setContentHandler(ContentHandler) - Method in class org.treetank.service.xml.serialize.SAXSerializer
 
setDeclaration(boolean) - Method in class org.treetank.service.xml.serialize.XMLSerializer.XMLSerializerBuilder
Setting the declaration.
setDTDHandler(DTDHandler) - Method in class org.treetank.service.xml.serialize.SAXSerializer
 
setEntityResolver(EntityResolver) - Method in class org.treetank.service.xml.serialize.SAXSerializer
 
setErrorHandler(ErrorHandler) - Method in class org.treetank.service.xml.serialize.SAXSerializer
 
setFeature(String, boolean) - Method in class org.treetank.service.xml.serialize.SAXSerializer
 
setID(boolean) - Method in class org.treetank.service.xml.serialize.XMLSerializer.XMLSerializerBuilder
Setting the ids on nodes.
setIndend(boolean) - Method in class org.treetank.service.xml.serialize.XMLSerializer.XMLSerializerBuilder
Setting the indention.
setmAS(String) - Method in class org.treetank.service.xml.shredder.NDataTuple
 
setmContinent(String) - Method in class org.treetank.service.xml.shredder.NDataTuple
 
setmCountry(String) - Method in class org.treetank.service.xml.shredder.NDataTuple
 
setmPrefix(String) - Method in class org.treetank.service.xml.shredder.NDataTuple
 
setProperty(String, Object) - Method in class org.treetank.service.xml.serialize.SAXSerializer
 
setREST(boolean) - Method in class org.treetank.service.xml.serialize.XMLSerializer.XMLSerializerBuilder
Setting the RESTful output.
setVersions(long[]) - Method in class org.treetank.service.xml.serialize.XMLSerializer.XMLSerializerBuilder
Setting the ids on nodes.
SingleType - Class in org.treetank.service.xml.xpath
SingleType
SingleType(String, boolean) - Constructor for class org.treetank.service.xml.xpath.SingleType
Constructor.
size() - Method in class org.treetank.service.xml.diff.out.EditScript
Calculates the size of the edit script.
SomeExpr - Class in org.treetank.service.xml.xpath.expr
Some expression
SomeExpr(INodeReadTrx, List<AbsAxis>, AbsAxis) - Constructor for class org.treetank.service.xml.xpath.expr.SomeExpr
Constructor.
StAXSerializer - Class in org.treetank.service.xml.serialize
StAXSerializer
StAXSerializer(AbsAxis, INodeReadTrx) - Constructor for class org.treetank.service.xml.serialize.StAXSerializer
Initialize XMLStreamReader implementation with transaction.
StAXSerializer(AbsAxis, INodeReadTrx, boolean) - Constructor for class org.treetank.service.xml.serialize.StAXSerializer
Initialize XMLStreamReader implementation with transaction.
SubOpAxis - Class in org.treetank.service.xml.xpath.operators
AddOpAxis
SubOpAxis(INodeReadTrx, AbsAxis, AbsAxis) - Constructor for class org.treetank.service.xml.xpath.operators.SubOpAxis
Constructor.

T

TokenType - Enum in org.treetank.service.xml.xpath.parser
 
toString() - Method in class org.treetank.service.xml.diff.Diff
 
toString() - Method in class org.treetank.service.xml.xpath.parser.VariableXPathToken
toString() - Method in class org.treetank.service.xml.xpath.parser.XPathScanner
toString() - Method in class org.treetank.service.xml.xpath.PipelineBuilder

U

UnionAxis - Class in org.treetank.service.xml.xpath.axis
UnionAxis
UnionAxis(INodeReadTrx, AbsAxis, AbsAxis) - Constructor for class org.treetank.service.xml.xpath.axis.UnionAxis
Constructor.
update(long) - Method in class org.treetank.service.xml.xpath.expr.VarRefExpr
Updating an expression with a key
updateDupAncestor() - Method in enum org.treetank.service.xml.xpath.DupState
Changes the state according to a ancestor step.
updateDupChild() - Method in enum org.treetank.service.xml.xpath.DupState
Changes the state according to a child step.
updateDupDesc() - Method in enum org.treetank.service.xml.xpath.DupState
Changes the state according to a descendant, descendant-or-self step.
updateDupFollPre() - Method in enum org.treetank.service.xml.xpath.DupState
Changes the state according to a following /preceding step.
updateDupFollPreSib() - Method in enum org.treetank.service.xml.xpath.DupState
Changes the state according to a following-sibling/preceding-sibling step.
updateDupParent() - Method in enum org.treetank.service.xml.xpath.DupState
Changes the state according to a parent step.
updateOrdAncestor() - Method in enum org.treetank.service.xml.xpath.OrdState
Changes the state according to a ancestor step.
updateOrdChild() - Method in enum org.treetank.service.xml.xpath.OrdState
Changes the state according to a child step.
updateOrdDesc() - Method in enum org.treetank.service.xml.xpath.OrdState
Changes the state according to a descendant/ descendant-or.self step.
updateOrdFollPre() - Method in enum org.treetank.service.xml.xpath.OrdState
Changes the state according to a following/preceding step.
updateOrdFollPreSib() - Method in enum org.treetank.service.xml.xpath.OrdState
Changes the state according to a following-sibling/preceding-sibling step.
updateOrdParent() - Method in enum org.treetank.service.xml.xpath.OrdState
Changes the state according to a parent step.
updateOrdUnion() - Method in enum org.treetank.service.xml.xpath.OrdState
Changes the state according to a union step.
updateUnion() - Method in enum org.treetank.service.xml.xpath.DupState
Changes the state according to a union step.
Util - Class in org.treetank.service.xml.diff.algorithm.fmes
Useful functions.

V

ValueComp - Class in org.treetank.service.xml.xpath.comparators
ValueComp
ValueComp(INodeReadTrx, AbsAxis, AbsAxis, CompKind) - Constructor for class org.treetank.service.xml.xpath.comparators.ValueComp
Constructor.
valueOf(String) - Static method in enum org.treetank.service.xml.diff.DiffFactory.EDiff
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.treetank.service.xml.diff.DiffFactory.EDiffOptimized
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.treetank.service.xml.shredder.EShredderCommit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.treetank.service.xml.shredder.EShredderInsert
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.treetank.service.xml.xpath.comparators.CompKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.treetank.service.xml.xpath.DupState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.treetank.service.xml.xpath.EXPathError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.treetank.service.xml.xpath.functions.FuncDef
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.treetank.service.xml.xpath.OrdState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.treetank.service.xml.xpath.parser.TokenType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.treetank.service.xml.xpath.XPathError.ErrorType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.treetank.service.xml.diff.DiffFactory.EDiff
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.treetank.service.xml.diff.DiffFactory.EDiffOptimized
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.treetank.service.xml.shredder.EShredderCommit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.treetank.service.xml.shredder.EShredderInsert
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.treetank.service.xml.xpath.comparators.CompKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.treetank.service.xml.xpath.DupState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.treetank.service.xml.xpath.EXPathError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.treetank.service.xml.xpath.functions.FuncDef
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.treetank.service.xml.xpath.OrdState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.treetank.service.xml.xpath.parser.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.treetank.service.xml.xpath.XPathError.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
VariableAxis - Class in org.treetank.service.xml.xpath.axis
VariableAxis
VariableAxis(INodeReadTrx, AbsAxis) - Constructor for class org.treetank.service.xml.xpath.axis.VariableAxis
Constructor.
VariableXPathToken - Class in org.treetank.service.xml.xpath.parser
XPathToken
VariableXPathToken(String, TokenType) - Constructor for class org.treetank.service.xml.xpath.parser.VariableXPathToken
Constructor initializing internal state.
varifyParam(int) - Method in class org.treetank.service.xml.xpath.functions.AbsFunction
Checks if the number of input arguments of this function is a valid according to the function specification in XQuery 1.0 and XPath 2.0 Functions and Operators.
VarRefExpr - Class in org.treetank.service.xml.xpath.expr
VarRefExpr
VarRefExpr(INodeReadTrx, VariableAxis) - Constructor for class org.treetank.service.xml.xpath.expr.VarRefExpr
Constructor.
visit(ElementNode) - Method in class org.treetank.service.xml.diff.algorithm.fmes.FMESVisitor
Visiting an ElementNode
visit(TextNode) - Method in class org.treetank.service.xml.diff.algorithm.fmes.FMESVisitor
Visiting a TextNode.
visit(ElementNode) - Method in class org.treetank.service.xml.diff.algorithm.fmes.LabelFMESVisitor
Visiting an ElementNode.
visit(TextNode) - Method in class org.treetank.service.xml.diff.algorithm.fmes.LabelFMESVisitor
Visiting a TextNode

W

write(String) - Method in class org.treetank.service.xml.serialize.XMLSerializer
Write characters of string.

X

XMLImport - Class in org.treetank.service.xml.shredder
XMLImport
XMLImport() - Constructor for class org.treetank.service.xml.shredder.XMLImport
 
XMLSerializer - Class in org.treetank.service.xml.serialize
XMLSerializer
XMLSerializer.XMLSerializerBuilder - Class in org.treetank.service.xml.serialize
XMLSerializerBuilder to setup the XMLSerializer.
XMLSerializer.XMLSerializerBuilder(ISession, OutputStream, long...) - Constructor for class org.treetank.service.xml.serialize.XMLSerializer.XMLSerializerBuilder
Constructor, setting the necessary stuff.
XMLSerializer.XMLSerializerBuilder(ISession, long, OutputStream, XMLSerializerProperties, long...) - Constructor for class org.treetank.service.xml.serialize.XMLSerializer.XMLSerializerBuilder
Constructor.
XMLSerializerProperties - Class in org.treetank.service.xml.serialize
XMLSerializerProperties
XMLSerializerProperties() - Constructor for class org.treetank.service.xml.serialize.XMLSerializerProperties
Constructor.
XMLShredder - Class in org.treetank.service.xml.shredder
This class appends a given XMLStreamReader to a INodeWriteTrx.
XMLShredder(INodeWriteTrx, XMLEventReader, EShredderInsert) - Constructor for class org.treetank.service.xml.shredder.XMLShredder
Normal constructor to invoke a shredding process on a existing INodeWriteTrx.
XMLShredder(INodeWriteTrx, XMLEventReader, EShredderInsert, EShredderCommit) - Constructor for class org.treetank.service.xml.shredder.XMLShredder
Normal constructor to invoke a shredding process on a existing INodeWriteTrx.
XMLUpdateShredder - Class in org.treetank.service.xml.shredder
XMLUpdateShredder
XMLUpdateShredder(INodeWriteTrx, XMLEventReader, EShredderInsert, Object, EShredderCommit) - Constructor for class org.treetank.service.xml.shredder.XMLUpdateShredder
Normal constructor to invoke a shredding process on a existing INodeWriteTrx.
XPATH_10_COMP - Static variable in class org.treetank.service.xml.xpath.XPathAxis
Declares if the evaluation is compatible to XPath 1.0 or not.
XPathAxis - Class in org.treetank.service.xml.xpath
XPath Axis
XPathAxis(INodeReadTrx, String) - Constructor for class org.treetank.service.xml.xpath.XPathAxis
Constructor initializing internal state.
XPathError - Exception in org.treetank.service.xml.xpath
XPathError
XPathError(XPathError.ErrorType) - Constructor for exception org.treetank.service.xml.xpath.XPathError
Constructor.
XPathError.ErrorType - Enum in org.treetank.service.xml.xpath
Enumeration for all the XPath error types with their specified error message.
XPathParser - Class in org.treetank.service.xml.xpath.parser
XPath Parser
XPathParser(INodeReadTrx, String) - Constructor for class org.treetank.service.xml.xpath.parser.XPathParser
Constructor.
XPathScanner - Class in org.treetank.service.xml.xpath.parser
XPathScanner
XPathScanner(String) - Constructor for class org.treetank.service.xml.xpath.parser.XPathScanner
Constructor.
A B C D E F G H I L M N O P Q R S T U V W X 

Copyright © 2013. All Rights Reserved.