This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.cocoon.components.validation.jaxp
Class JaxpInput
java.lang.Object
   org.apache.cocoon.components.validation.jaxp.JaxpInput
org.apache.cocoon.components.validation.jaxp.JaxpInput
- All Implemented Interfaces: 
- LSInput
- public class JaxpInput 
- extends Object- implements LSInput
An implementation of the LSInput interface wrapping a nested
 InputSource.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
JaxpInput
public JaxpInput(InputSource input)
- Create a new - JaxpInputinstance.
 - 
 - 
- Parameters:
- input- a non-null- InputSourceinstance to wrap.
- Throws:
- NullPointerException- if the- InputSourcewas null.
 
getCharacterStream
public Reader getCharacterStream()
- 
- Specified by:
- getCharacterStreamin interface- LSInput
 
- 
 
setCharacterStream
public void setCharacterStream(Reader reader)
- 
- Specified by:
- setCharacterStreamin interface- LSInput
 
- 
 
getByteStream
public InputStream getByteStream()
- 
- Specified by:
- getByteStreamin interface- LSInput
 
- 
 
setByteStream
public void setByteStream(InputStream stream)
- 
- Specified by:
- setByteStreamin interface- LSInput
 
- 
 
getStringData
public String getStringData()
- 
- Specified by:
- getStringDatain interface- LSInput
 
- 
 
setStringData
public void setStringData(String data)
- 
- Specified by:
- setStringDatain interface- LSInput
 
- 
 
getSystemId
public String getSystemId()
- 
- Specified by:
- getSystemIdin interface- LSInput
 
- 
 
setSystemId
public void setSystemId(String systemId)
- 
- Specified by:
- setSystemIdin interface- LSInput
 
- 
 
getPublicId
public String getPublicId()
- 
- Specified by:
- getPublicIdin interface- LSInput
 
- 
 
setPublicId
public void setPublicId(String publicId)
- 
- Specified by:
- setPublicIdin interface- LSInput
 
- 
 
getBaseURI
public String getBaseURI()
- 
- Specified by:
- getBaseURIin interface- LSInput
 
- 
 
setBaseURI
public void setBaseURI(String base)
- 
- Specified by:
- setBaseURIin interface- LSInput
 
- 
 
getEncoding
public String getEncoding()
- 
- Specified by:
- getEncodingin interface- LSInput
 
- 
 
setEncoding
public void setEncoding(String encoding)
- 
- Specified by:
- setEncodingin interface- LSInput
 
- 
 
getCertifiedText
public boolean getCertifiedText()
- 
- Specified by:
- getCertifiedTextin interface- LSInput
 
- 
 
setCertifiedText
public void setCertifiedText(boolean cert)
- 
- Specified by:
- setCertifiedTextin interface- LSInput
 
- 
 
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.