- 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.
- 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
XMLEvent
s.
- createStringReader(String) - Static method in class org.treetank.service.xml.shredder.XMLShredder
-
Create a new StAX reader on a string.
- 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.
- 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.
- 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.
- 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
-
- 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
-
- visit(TextNode) - Method in class org.treetank.service.xml.diff.algorithm.fmes.FMESVisitor
-
- visit(ElementNode) - Method in class org.treetank.service.xml.diff.algorithm.fmes.LabelFMESVisitor
-
- visit(TextNode) - Method in class org.treetank.service.xml.diff.algorithm.fmes.LabelFMESVisitor
-