Class SAX
- java.lang.Object
-
- com.thaiopensource.resolver.xml.sax.SAX
-
public class SAX extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.xml.sax.ext.EntityResolver2createEntityResolver(Resolver resolver)static InputcreateInput(org.xml.sax.InputSource inputSource)static ResolvercreateResolver(org.xml.sax.EntityResolver entityResolver, boolean promiscuous)static java.lang.ExceptiongetWrappedException(org.xml.sax.SAXException e)static voidsetInput(Input input, org.xml.sax.InputSource inputSource)static ResolverExceptiontoResolverException(org.xml.sax.SAXException e)static org.xml.sax.SAXExceptiontoSAXException(ResolverException e)
-
-
-
Method Detail
-
createResolver
public static Resolver createResolver(org.xml.sax.EntityResolver entityResolver, boolean promiscuous)
-
createEntityResolver
public static org.xml.sax.ext.EntityResolver2 createEntityResolver(Resolver resolver)
-
createInput
public static Input createInput(org.xml.sax.InputSource inputSource)
-
setInput
public static void setInput(Input input, org.xml.sax.InputSource inputSource)
-
getWrappedException
public static java.lang.Exception getWrappedException(org.xml.sax.SAXException e)
-
toResolverException
public static ResolverException toResolverException(org.xml.sax.SAXException e)
-
toSAXException
public static org.xml.sax.SAXException toSAXException(ResolverException e)
-
-