org.apache.oodt.pcs.input
Class PGEXMLFileUtils

java.lang.Object
  extended by org.apache.oodt.pcs.input.PGEXMLFileUtils

public final class PGEXMLFileUtils
extends Object

Low-level reading API to get PGEVectors, PGEScalars, and PGEMatrixs from underlying OCO XML files.

Version:
$Revision$
Author:
mattmann

Constructor Summary
PGEXMLFileUtils()
           
 
Method Summary
static Document getDocumentRoot(String xmlFile)
           
static List getMatrixs(Element group)
           
static Map getMatrixsAsMap(Element group)
           
static List getScalars(Element group)
           
static Map getScalarsAsMap(Element group)
           
static List getVectors(Element group)
           
static Map getVectorsAsMap(Element group)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PGEXMLFileUtils

public PGEXMLFileUtils()
Method Detail

getMatrixsAsMap

public static Map getMatrixsAsMap(Element group)
                           throws PGEConfigFileException
Throws:
PGEConfigFileException

getMatrixs

public static List getMatrixs(Element group)
                       throws PGEConfigFileException
Throws:
PGEConfigFileException

getScalarsAsMap

public static Map getScalarsAsMap(Element group)
                           throws PGEConfigFileException
Throws:
PGEConfigFileException

getScalars

public static List getScalars(Element group)
                       throws PGEConfigFileException
Throws:
PGEConfigFileException

getVectorsAsMap

public static Map getVectorsAsMap(Element group)
                           throws PGEConfigFileException
Throws:
PGEConfigFileException

getVectors

public static List getVectors(Element group)
                       throws PGEConfigFileException
Throws:
PGEConfigFileException

getDocumentRoot

public static Document getDocumentRoot(String xmlFile)


Copyright © 1999-2011 Apache OODT. All Rights Reserved.