Class SafeXMLParser
java.lang.Object
com.atlassian.confluence.rpc.xmlrpc.SafeXMLParser
- All Implemented Interfaces:
Parser
Deprecated.
since 7.20 No replacement. Should not be used outside of the xml-rpc plumbing.
XML Parser class that wraps the underlying imlementation ensuring the parser is safely constructed.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.voidparse(InputSource inputSource) Deprecated.voidsetDocumentHandler(DocumentHandler documentHandler) Deprecated.voidsetDTDHandler(DTDHandler dtdHandler) Deprecated.voidsetEntityResolver(EntityResolver entityResolver) Deprecated.voidsetErrorHandler(ErrorHandler errorHandler) Deprecated.voidDeprecated.
-
Constructor Details
-
SafeXMLParser
public SafeXMLParser()Deprecated.
-
-
Method Details
-
parse
Deprecated.- Specified by:
parsein interfaceParser- Throws:
SAXExceptionIOException
-
parse
Deprecated.- Specified by:
parsein interfaceParser- Throws:
SAXExceptionIOException
-
setDocumentHandler
Deprecated.- Specified by:
setDocumentHandlerin interfaceParser
-
setEntityResolver
Deprecated.- Specified by:
setEntityResolverin interfaceParser
-
setDTDHandler
Deprecated.- Specified by:
setDTDHandlerin interfaceParser
-
setLocale
Deprecated.- Specified by:
setLocalein interfaceParser- Throws:
SAXException
-
setErrorHandler
Deprecated.- Specified by:
setErrorHandlerin interfaceParser
-