org.ow2.petals.se.validation.util
Class LSInputImpl
java.lang.Object
org.ow2.petals.se.validation.util.LSInputImpl
- All Implemented Interfaces:
- org.w3c.dom.ls.LSInput
public class LSInputImpl
- extends java.lang.Object
- implements org.w3c.dom.ls.LSInput
- Author:
- EBM WebSourcing
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LSInputImpl
public LSInputImpl()
getBaseURI
public java.lang.String getBaseURI()
- Specified by:
getBaseURI in interface org.w3c.dom.ls.LSInput
- Returns:
- the baseURI
setBaseURI
public void setBaseURI(java.lang.String baseURI)
- Specified by:
setBaseURI in interface org.w3c.dom.ls.LSInput
- Parameters:
baseURI - the baseURI to set
getByteStream
public java.io.InputStream getByteStream()
- Specified by:
getByteStream in interface org.w3c.dom.ls.LSInput
- Returns:
- the byteStream
setByteStream
public void setByteStream(java.io.InputStream byteStream)
- Specified by:
setByteStream in interface org.w3c.dom.ls.LSInput
- Parameters:
byteStream - the byteStream to set
isCertifiedText
public boolean isCertifiedText()
- Returns:
- the certifiedText
setCertifiedText
public void setCertifiedText(boolean certifiedText)
- Specified by:
setCertifiedText in interface org.w3c.dom.ls.LSInput
- Parameters:
certifiedText - the certifiedText to set
getCharacterStream
public java.io.Reader getCharacterStream()
- Specified by:
getCharacterStream in interface org.w3c.dom.ls.LSInput
- Returns:
- the characterStream
setCharacterStream
public void setCharacterStream(java.io.Reader characterStream)
- Specified by:
setCharacterStream in interface org.w3c.dom.ls.LSInput
- Parameters:
characterStream - the characterStream to set
getEncoding
public java.lang.String getEncoding()
- Specified by:
getEncoding in interface org.w3c.dom.ls.LSInput
- Returns:
- the encoding
setEncoding
public void setEncoding(java.lang.String encoding)
- Specified by:
setEncoding in interface org.w3c.dom.ls.LSInput
- Parameters:
encoding - the encoding to set
getPublicId
public java.lang.String getPublicId()
- Specified by:
getPublicId in interface org.w3c.dom.ls.LSInput
- Returns:
- the publicId
setPublicId
public void setPublicId(java.lang.String publicId)
- Specified by:
setPublicId in interface org.w3c.dom.ls.LSInput
- Parameters:
publicId - the publicId to set
getStringData
public java.lang.String getStringData()
- Specified by:
getStringData in interface org.w3c.dom.ls.LSInput
- Returns:
- the stringData
setStringData
public void setStringData(java.lang.String stringData)
- Specified by:
setStringData in interface org.w3c.dom.ls.LSInput
- Parameters:
stringData - the stringData to set
getSystemId
public java.lang.String getSystemId()
- Specified by:
getSystemId in interface org.w3c.dom.ls.LSInput
- Returns:
- the systemId
setSystemId
public void setSystemId(java.lang.String systemId)
- Specified by:
setSystemId in interface org.w3c.dom.ls.LSInput
- Parameters:
systemId - the systemId to set
getCertifiedText
public boolean getCertifiedText()
- Specified by:
getCertifiedText in interface org.w3c.dom.ls.LSInput
- Returns:
- the certified text
Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.