nl.innovationinvestments.cheyenne.engine.components
Class XML
java.lang.Object
nl.innovationinvestments.cheyenne.engine.components.Component
nl.innovationinvestments.cheyenne.engine.components.XML
public class XML
- extends Component
- Author:
- StPl
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
XML
public XML()
XML
public XML(Dialog dialog)
- Parameters:
dialog -
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.