Uses of Class
de.fu_berlin.ties.context.ElementPosition

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 precedingFeatures, LinkedList followingFeatures, Map 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 featureList, boolean addAtEnd, Map cache)
          Builds the features of an element and appends them to the specified featureList.
protected  List DefaultRepresentation.buildLocalFeatures(Element element, ElementPosition position, boolean ignoreText)
          Builds the local features of an element.
protected  void DefaultRepresentation.calculatePositionalValues(String elementName, ElementPosition position, List values)
          Calculates values that depend on the position of an element within its parent.
 



Copyright © 2003-2004 Christian Siefkes. All Rights Reserved.