|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.las2witsml.MappingReader
Title: MappingReader.java Description: This class reads the mapping file and creates DOM tree by parsing the mapping document Copyright: Copyright (c) 2006 Company: Satyam Computer Services Ltd.
Method Summary | |
org.w3c.dom.Document |
createDocument(java.lang.String strSection,
java.lang.String strMappingFileName)
Method createDocument This method reads the mapping xml file and creates an XML document |
java.util.Hashtable |
getMappings(java.lang.String strSection)
Method getMappings This method returns the mapping from the hash table |
java.util.Hashtable |
LASWITSMLElements(java.lang.String strSection,
java.lang.String strFullPath)
Method LASWITSMLElements This method reads the mapping xml file and returns a hashtable of LAS and WITSML elements |
void |
setMappings(java.util.Hashtable htMappedElements,
java.lang.String strSection)
Method setMappings This method sets the LAS-WITSML mappings that are read from the mapping xml file |
void |
UpdateWITSMLElements(java.lang.String strPath,
java.util.Hashtable htTableElements)
Method UpdateWITSMLElements This method updates the mapping xml file as per the new mappings provided by the user |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public org.w3c.dom.Document createDocument(java.lang.String strSection, java.lang.String strMappingFileName)
strSection
-
public java.util.Hashtable LASWITSMLElements(java.lang.String strSection, java.lang.String strFullPath)
public void UpdateWITSMLElements(java.lang.String strPath, java.util.Hashtable htTableElements)
public void setMappings(java.util.Hashtable htMappedElements, java.lang.String strSection)
public java.util.Hashtable getMappings(java.lang.String strSection)
strSection
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |