nl.innovationinvestments.cheyenne.engine.components
Class XML

java.lang.Object
  extended by nl.innovationinvestments.cheyenne.engine.components.Component
      extended by nl.innovationinvestments.cheyenne.engine.components.XML

public class XML
extends Component

Author:
StPl

Field Summary
 String ACTION_READ
           
 String ACTION_WRITE
           
static String SOURCECODE_VERSION
          Standard variable for determining version of a class file.
 
Constructor Summary
XML()
           
XML(Dialog dialog)
           
 
Method Summary
 void append(String xml)
          Append XML
 void finish()
           
 String getAction()
           
 String getUri()
           
 boolean isRead()
           
 boolean isWrite()
           
 void setAction(String value)
           
 void setUri(String value)
           
 void start()
           
 
Methods inherited from class nl.innovationinvestments.cheyenne.engine.components.Component
getDialog, getId, getLog4j, iterate, setDialog, setId, setLog4j, startAndfinish
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCECODE_VERSION

public static final String SOURCECODE_VERSION
Standard variable for determining version of a class file.

See Also:
Constant Field Values

ACTION_READ

public final String ACTION_READ
See Also:
Constant Field Values

ACTION_WRITE

public final String ACTION_WRITE
See Also:
Constant Field Values
Constructor Detail

XML

public XML()

XML

public XML(Dialog dialog)
Parameters:
dialog -
Method Detail

setUri

public void setUri(String value)

getUri

public String getUri()

setAction

public void setAction(String value)

getAction

public String getAction()

isWrite

public boolean isWrite()

isRead

public boolean isRead()

append

public void append(String xml)
Append XML


start

public void start()
Overrides:
start in class Component

finish

public void finish()
Overrides:
finish in class Component


Copyright © 2011 InnovationInvestments. All Rights Reserved.