Uses of Interface
com.jaxfront.core.dom.JAXFrontLSInput

Packages that use JAXFrontLSInput
com.jaxfront.core.dom   
 

Uses of JAXFrontLSInput in com.jaxfront.core.dom
 

Subinterfaces of JAXFrontLSInput in com.jaxfront.core.dom
 interface DBDOMInput
           
 

Classes in com.jaxfront.core.dom that implement JAXFrontLSInput
 class URLLSInputImpl
           
 

Methods in com.jaxfront.core.dom that return JAXFrontLSInput
 JAXFrontLSInput URLLSInputImpl.copy()
           
 JAXFrontLSInput JAXFrontLSInput.copy()
           
 JAXFrontLSInput DBDOMInput.copy()
           
 

Methods in com.jaxfront.core.dom with parameters of type JAXFrontLSInput
static java.lang.String DOMHelper.mergeDBM(JAXFrontLSInput dbmInput)