com.evolveum.midpoint.schema.holder
Class ExpressionCodeHolder

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

public class ExpressionCodeHolder
extends Object

Author:
semancik

Field Summary
static String DEFAULT_LANGUAGE
           
static String LANGUAGE_XPATH_1
           
 
Constructor Summary
ExpressionCodeHolder(Element domElement)
           
 
Method Summary
 NodeList getExpression()
           
 String getExpressionAsString()
           
 String getFullExpressionAsString()
           
 String getLanguage()
           
 Map<String,String> getNamespaceMap()
           
 QName getRef()
           
 String lookupNamespaceUri(String prefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LANGUAGE_XPATH_1

public static final String LANGUAGE_XPATH_1
See Also:
Constant Field Values

DEFAULT_LANGUAGE

public static final String DEFAULT_LANGUAGE
See Also:
Constant Field Values
Constructor Detail

ExpressionCodeHolder

public ExpressionCodeHolder(Element domElement)
Method Detail

getLanguage

public String getLanguage()

getRef

public QName getRef()

getExpression

public NodeList getExpression()

getFullExpressionAsString

public String getFullExpressionAsString()

getExpressionAsString

public String getExpressionAsString()

lookupNamespaceUri

public String lookupNamespaceUri(String prefix)

getNamespaceMap

public Map<String,String> getNamespaceMap()


Copyright © 2013 evolveum. All Rights Reserved.