com.evolveum.midpoint.schema.holder
Class TrivialXPathParser

java.lang.Object
  extended by com.evolveum.midpoint.schema.holder.TrivialXPathParser

public class TrivialXPathParser
extends Object

TODO: This should do more parsing in the future. But good for now.

Author:
semancik

Method Summary
 Map<String,String> getNamespaceMap()
           
 String getPureXPathString()
           
static TrivialXPathParser parse(String xpath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parse

public static TrivialXPathParser parse(String xpath)

getNamespaceMap

public Map<String,String> getNamespaceMap()

getPureXPathString

public String getPureXPathString()


Copyright © 2013 evolveum. All Rights Reserved.