deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.ogcbase.PropertyPathStep

Packages that use PropertyPathStep
org.deegree.ogcbase Provides common classes to deal with an OGC conform service instance. 
 

Uses of PropertyPathStep in org.deegree.ogcbase
 

Subclasses of PropertyPathStep in org.deegree.ogcbase
 class AnyStep
          AnyStep
 class AttributeStep
          PropertyPathStep implementation that selects an attribute's value (using the attribute name as property name).
 class ElementStep
          PropertyPathStep implementation that selects an element's value (using the element name as property name).
 class IndexStep
          PropertyPathStep implementation that selects a specified occurence of an element (using the element name as property name).
 

Methods in org.deegree.ogcbase that return PropertyPathStep
static PropertyPathStep PropertyPathFactory.createAttributePropertyPathStep(QualifiedName attrName)
          Creates a new PropertyPathStep instance that selects the attribute with the given name.
static PropertyPathStep PropertyPathFactory.createPropertyPathStep(QualifiedName elementName)
          Creates a new PropertyPathStep instance that selects the element with the given name.
static PropertyPathStep PropertyPathFactory.createPropertyPathStep(QualifiedName elementName, int selectedIndex)
          Creates a new PropertyPathStep instance that selects the specified occurence of the element with the given name.
 PropertyPathStep PropertyPath.getStep(int i)
          Returns the PropertyPathStep at the given index.
 

Methods in org.deegree.ogcbase that return types with arguments of type PropertyPathStep
 List<PropertyPathStep> PropertyPath.getAllSteps()
          Returns all steps of the PropertyPath.
 

Methods in org.deegree.ogcbase with parameters of type PropertyPathStep
 void PropertyPath.append(PropertyPathStep last)
          Adds the given PropertyPathStep to the end of the path.
 void PropertyPath.prepend(PropertyPathStep first)
          Adds the given PropertyPathStep to the beginning of the path.
 

Method parameters in org.deegree.ogcbase with type arguments of type PropertyPathStep
static PropertyPath PropertyPathFactory.createPropertyPath(List<PropertyPathStep> steps)
          Creates a new PropertyPath instance with the specified steps.
 

Constructor parameters in org.deegree.ogcbase with type arguments of type PropertyPathStep
PropertyPath(List<PropertyPathStep> steps)
          Creates a new instance of PropertyPath with the specified steps.
XLinkPropertyPath(List<PropertyPathStep> steps, int depth)
           
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org