de.opsdesign.yax
Interface Token

All Known Implementing Classes:
TokenImpl

public interface Token


Method Summary
 Token copy()
           
 java.lang.String getContent()
           
 org.w3c.dom.Document getContentDocument()
           
 java.io.StringReader getContentReader()
           
 int getContentSize()
           
 java.lang.String getName()
           
 void readContent(java.io.InputStreamReader reader)
           
 void setContent(java.io.InputStreamReader reader)
           
 void setContent(java.lang.String content)
           
 void writeContent(java.io.OutputStreamWriter writer)
           
 

Method Detail

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.