|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
java.util.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(java.util.List<PropertyPathStep> steps)
Creates a new PropertyPath instance with the specified steps. |
void |
PropertyPath.setSteps(java.util.List<PropertyPathStep> steps)
Setter method for steps |
Constructor parameters in org.deegree.ogcbase with type arguments of type PropertyPathStep | |
---|---|
PropertyPath(java.util.List<PropertyPathStep> steps)
Creates a new instance of PropertyPath with the specified steps. |
|
XLinkPropertyPath(java.util.List<PropertyPathStep> steps,
int depth)
|
|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org