org.eclipse.higgins.iss.cardspace.util
Class AxiomUtility

java.lang.Object
  extended byorg.eclipse.higgins.iss.cardspace.util.AxiomUtility

public class AxiomUtility
extends Object


Field Summary
static String uids_string_postfix
           
static String uids_string_prefix
           
 
Constructor Summary
AxiomUtility()
           
 
Method Summary
static void addAttriubte_save(org.apache.axiom.om.OMElement om, String name, String att)
           
static void addChild_save(org.apache.axiom.om.OMElement om, Object obj)
           
static org.apache.axiom.om.OMElement getAxiomFromString(String strElement)
           
static org.apache.axiom.om.OMFactory getOmFactory()
           
static String readTextFile(String fullPathFilename)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uids_string_prefix

public static final String uids_string_prefix
See Also:
Constant Field Values

uids_string_postfix

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

AxiomUtility

public AxiomUtility()
Method Detail

getAxiomFromString

public static org.apache.axiom.om.OMElement getAxiomFromString(String strElement)

readTextFile

public static String readTextFile(String fullPathFilename)

getOmFactory

public static org.apache.axiom.om.OMFactory getOmFactory()

addAttriubte_save

public static void addAttriubte_save(org.apache.axiom.om.OMElement om,
                                     String name,
                                     String att)

addChild_save

public static void addChild_save(org.apache.axiom.om.OMElement om,
                                 Object obj)