Class SecureSaxParserFactory.WrappingSAXParser
java.lang.Object
javax.xml.parsers.SAXParser
org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory.WrappingSAXParser
- Enclosing class:
SecureSaxParserFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanvoidparse(File file, HandlerBase handlerBase) voidparse(File file, DefaultHandler defaultHandler) voidparse(InputStream inputStream, HandlerBase handlerBase) voidparse(InputStream inputStream, HandlerBase handlerBase, String s) voidparse(InputStream inputStream, DefaultHandler defaultHandler) voidparse(InputStream inputStream, DefaultHandler defaultHandler, String s) voidparse(String s, HandlerBase handlerBase) voidparse(String s, DefaultHandler defaultHandler) voidparse(InputSource inputSource, HandlerBase handlerBase) voidparse(InputSource inputSource, DefaultHandler defaultHandler) voidreset()voidsetProperty(String s, Object o)
-
Field Details
-
sp
-
-
Constructor Details
-
WrappingSAXParser
-
-
Method Details
-
reset
public void reset() -
parse
public void parse(InputStream inputStream, HandlerBase handlerBase) throws SAXException, IOException - Overrides:
parsein classSAXParser- Throws:
SAXExceptionIOException
-
parse
public void parse(InputStream inputStream, HandlerBase handlerBase, String s) throws SAXException, IOException - Overrides:
parsein classSAXParser- Throws:
SAXExceptionIOException
-
parse
public void parse(InputStream inputStream, DefaultHandler defaultHandler) throws SAXException, IOException - Overrides:
parsein classSAXParser- Throws:
SAXExceptionIOException
-
parse
public void parse(InputStream inputStream, DefaultHandler defaultHandler, String s) throws SAXException, IOException - Overrides:
parsein classSAXParser- Throws:
SAXExceptionIOException
-
parse
- Overrides:
parsein classSAXParser- Throws:
SAXExceptionIOException
-
parse
- Overrides:
parsein classSAXParser- Throws:
SAXExceptionIOException
-
parse
- Overrides:
parsein classSAXParser- Throws:
SAXExceptionIOException
-
parse
- Overrides:
parsein classSAXParser- Throws:
SAXExceptionIOException
-
parse
public void parse(InputSource inputSource, HandlerBase handlerBase) throws SAXException, IOException - Overrides:
parsein classSAXParser- Throws:
SAXExceptionIOException
-
parse
public void parse(InputSource inputSource, DefaultHandler defaultHandler) throws SAXException, IOException - Overrides:
parsein classSAXParser- Throws:
SAXExceptionIOException
-
getParser
- Specified by:
getParserin classSAXParser- Throws:
SAXException
-
getXMLReader
- Specified by:
getXMLReaderin classSAXParser- Throws:
SAXException
-
isNamespaceAware
public boolean isNamespaceAware()- Specified by:
isNamespaceAwarein classSAXParser
-
isValidating
public boolean isValidating()- Specified by:
isValidatingin classSAXParser
-
setProperty
public void setProperty(String s, Object o) throws SAXNotRecognizedException, SAXNotSupportedException - Specified by:
setPropertyin classSAXParser- Throws:
SAXNotRecognizedExceptionSAXNotSupportedException
-
getProperty
- Specified by:
getPropertyin classSAXParser- Throws:
SAXNotRecognizedExceptionSAXNotSupportedException
-
getSchema
-
isXIncludeAware
public boolean isXIncludeAware()- Overrides:
isXIncludeAwarein classSAXParser
-