IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.rcp.perspective.parser
Class PerspectiveParser

java.lang.Object
  extended by com.ibm.btt.rcp.perspective.parser.PerspectiveParser

public class PerspectiveParser
extends java.lang.Object

XML Parser to parse perspective definition files


Constructor Summary
PerspectiveParser(java.io.InputStream inputstream)
          Perspective Parser constructor
 
Method Summary
static int convertRelationship(java.lang.String relationship)
          Parse relationship
 java.util.List<ILayoutable> getResult()
          Get Parse result of perspective definition
 void parse()
          Parse configuration file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerspectiveParser

public PerspectiveParser(java.io.InputStream inputstream)
Perspective Parser constructor

Parameters:
inputstream -
Method Detail

parse

public void parse()
           throws java.lang.Exception
Parse configuration file

Throws:
java.lang.Exception

convertRelationship

public static int convertRelationship(java.lang.String relationship)
Parse relationship

Parameters:
relationship -
Returns:

getResult

public java.util.List<ILayoutable> getResult()
Get Parse result of perspective definition

Returns:

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009