Package org.citydb.database.schema.util
Class SimpleXPathParser
- java.lang.Object
-
- org.citydb.database.schema.util.SimpleXPathParser
-
public class SimpleXPathParser extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SimpleXPathParser(SchemaMapping schemaMapping)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaPath
parse(java.lang.String xpath, FeatureType rootNode, javax.xml.namespace.NamespaceContext namespaceContext)
-
-
-
Constructor Detail
-
SimpleXPathParser
public SimpleXPathParser(SchemaMapping schemaMapping)
-
-
Method Detail
-
parse
public SchemaPath parse(java.lang.String xpath, FeatureType rootNode, javax.xml.namespace.NamespaceContext namespaceContext) throws XPathException, InvalidSchemaPathException
-
-