public class PathAttributeList extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
PathAttributeList.Pair |
| Constructor and Description |
|---|
PathAttributeList() |
| Modifier and Type | Method and Description |
|---|---|
List<PathAttributeList.Pair> |
get(String key)
Return list of matching source input xpath - Attribute pair based on the label.
|
String |
getPath(String label)
Get full input xpath based on the label.
|
void |
put(String key,
String xpath,
Attribute attribute)
Store information for labelled attributes.
|
public void put(String key, String xpath, Attribute attribute)
key - AttributeMapping labelxpath - full input xpath from web service including itemXpath + instanceXpathattribute - Attribute instance that is created for the AttributeMappingpublic String getPath(String label)
label - AttributeMapping labelpublic List<PathAttributeList.Pair> get(String key)
key - The attribute labelCopyright © 1996–2019 Geotools. All rights reserved.