|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ElementPosition | |
---|---|
de.fu_berlin.ties.context | This packages provides functionality for building and managing representations of context in texts (XML documents). |
Uses of ElementPosition in de.fu_berlin.ties.context |
---|
Methods in de.fu_berlin.ties.context that return ElementPosition | |
---|---|
protected ElementPosition |
DefaultRepresentation.handleSiblings(String axisPrefix,
Element element,
int baseNumber,
LinkedList<Feature> precedingFeatures,
LinkedList<Feature> followingFeatures,
Map<Element,List<LocalFeature>> cache)
Adds the preceding and following siblings of an element. |
Methods in de.fu_berlin.ties.context with parameters of type ElementPosition | |
---|---|
protected void |
DefaultRepresentation.buildFeatures(String axisName,
Element element,
ElementPosition position,
boolean recurseInsteadOfText,
LinkedList<Feature> featureList,
boolean addAtEnd,
Map<Element,List<LocalFeature>> cache)
Builds the features of an element and appends them to the specified featureList . |
protected List<LocalFeature> |
DefaultRepresentation.buildLocalFeatures(Element element,
ElementPosition position,
boolean ignoreText)
Builds the local features of an element. |
protected void |
DefaultRepresentation.calculatePositionalValues(String elementName,
ElementPosition position,
List<LocalFeature> values)
Calculates values that depend on the position of an element within its parent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |