wt.ixb.conflictFramework.conflictResolution
Class IXConflictConfigHelper

java.lang.Object
  extended bywt.ixb.conflictFramework.conflictResolution.IXConflictConfigHelper

public class IXConflictConfigHelper
extends Object


Field Summary
static IxbDocument configDoc
           
static String IX_CONFLICT_CONFIG_DOC
           
static String XPATH_SEPARATOR
           
 
Constructor Summary
IXConflictConfigHelper()
           
 
Method Summary
static String evalConfigNode(IxbElement parentNode, String xpath)
           
static Enumeration getConfigNodeList(String xpath)
           
static IxbDocument getConflictConfigDoc()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IX_CONFLICT_CONFIG_DOC

public static String IX_CONFLICT_CONFIG_DOC

configDoc

public static IxbDocument configDoc

XPATH_SEPARATOR

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

IXConflictConfigHelper

public IXConflictConfigHelper()
Method Detail

getConfigNodeList

public static Enumeration getConfigNodeList(String xpath)
                                     throws Exception
Throws:
Exception

evalConfigNode

public static String evalConfigNode(IxbElement parentNode,
                                    String xpath)
                             throws Exception
Throws:
Exception

getConflictConfigDoc

public static IxbDocument getConflictConfigDoc()
                                        throws Exception
Throws:
Exception