com.jaxfront.core.dom
Interface JAXFrontLSInput

All Superinterfaces:
org.w3c.dom.ls.LSInput
All Known Subinterfaces:
DBDOMInput
All Known Implementing Classes:
URLLSInputImpl

public interface JAXFrontLSInput
extends org.w3c.dom.ls.LSInput


Method Summary
 JAXFrontLSInput copy()
           
 
Methods inherited from interface org.w3c.dom.ls.LSInput
getBaseURI, getByteStream, getCertifiedText, getCharacterStream, getEncoding, getPublicId, getStringData, getSystemId, setBaseURI, setByteStream, setCertifiedText, setCharacterStream, setEncoding, setPublicId, setStringData, setSystemId
 

Method Detail

copy

JAXFrontLSInput copy()