de.opsdesign.yax
Interface Token
- All Known Implementing Classes:
- TokenImpl
public interface Token
getName
java.lang.String getName()
getContent
java.lang.String getContent()
getContentSize
int getContentSize()
getContentReader
java.io.StringReader getContentReader()
getContentDocument
org.w3c.dom.Document getContentDocument()
throws RunException
- Throws:
RunException
setContent
void setContent(java.lang.String content)
throws RunException
- Throws:
RunException
setContent
void setContent(java.io.InputStreamReader reader)
throws RunException
- Throws:
RunException
readContent
void readContent(java.io.InputStreamReader reader)
throws RunException
- Throws:
RunException
writeContent
void writeContent(java.io.OutputStreamWriter writer)
throws RunException
- Throws:
RunException
copy
Token copy()
Copyright © 2008 OPS Design GmbH. All Rights Reserved.