asit.framework.xml
Class XMLBasedFactory

java.lang.Object
  extended byasit.framework.xml.XMLBasedFactory

public abstract class XMLBasedFactory
extends Object

Author:
troessler

Field Summary
protected  String baseXMLFileContent_
           
 
Constructor Summary
XMLBasedFactory(File basexmlfile)
           
 
Method Summary
 String getBaseXMLStringQuoted()
           
protected  void replaceValue(String key, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

baseXMLFileContent_

protected String baseXMLFileContent_
Constructor Detail

XMLBasedFactory

public XMLBasedFactory(File basexmlfile)
                throws IOException
Parameters:
basexmlfile -
Throws:
IOException
Method Detail

replaceValue

protected void replaceValue(String key,
                            String value)
Parameters:
key -
value -

getBaseXMLStringQuoted

public String getBaseXMLStringQuoted()
Returns:


Copyright 2007 Institut fuer Angewandte Informationsverarbeitung und Kommunikationstechnologie. All Rights Reserved.