Interface PlatformUnmarshaller

All Known Implementing Classes:
DOMUnmarshaller, SAXUnmarshaller

public interface PlatformUnmarshaller
  • Method Details

    • getEntityResolver

      EntityResolver getEntityResolver()
    • setEntityResolver

      void setEntityResolver(EntityResolver entityResolver)
    • getErrorHandler

      ErrorHandler getErrorHandler()
    • setErrorHandler

      void setErrorHandler(ErrorHandler errorHandler)
    • getValidationMode

      int getValidationMode()
    • setValidationMode

      void setValidationMode(int validationMode)
    • setWhitespacePreserving

      void setWhitespacePreserving(boolean isWhitespacePreserving)
    • setSchemas

      void setSchemas(Object[] schemas)
    • setSchema

      void setSchema(Schema schema)
    • getSchema

      Schema getSchema()
    • unmarshal

      Object unmarshal(File file)
    • unmarshal

      Object unmarshal(File file, Class<?> clazz)
    • unmarshal

      Object unmarshal(InputStream inputStream)
    • unmarshal

      Object unmarshal(InputStream inputStream, Class<?> clazz)
    • unmarshal

      Object unmarshal(InputSource inputSource)
    • unmarshal

      Object unmarshal(InputSource inputSource, Class<?> clazz)
    • unmarshal

      Object unmarshal(Node node)
    • unmarshal

      Object unmarshal(Node node, Class<?> clazz)
    • unmarshal

      Object unmarshal(Reader reader)
    • unmarshal

      Object unmarshal(Reader reader, Class<?> clazz)
    • unmarshal

      Object unmarshal(Source source)
    • unmarshal

      Object unmarshal(Source source, Class<?> clazz)
    • unmarshal

      Object unmarshal(URL url)
    • unmarshal

      Object unmarshal(URL url, Class<?> clazz)
    • unmarshal

      Object unmarshal(XMLReader xmlReader, InputSource inputSource)
    • unmarshal

      Object unmarshal(XMLReader xmlReader, InputSource inputSource, Class<?> clazz)
    • setResultAlwaysXMLRoot

      void setResultAlwaysXMLRoot(boolean alwaysReturnRoot)
    • isResultAlwaysXMLRoot

      boolean isResultAlwaysXMLRoot()
    • mediaTypeChanged

      void mediaTypeChanged()
    • isSecureProcessingDisabled

      boolean isSecureProcessingDisabled()
    • setDisableSecureProcessing

      void setDisableSecureProcessing(boolean disableSecureProcessing)