Documentation of 'org.ujmp.core.io.ImportMatrixXML' Java class
ImportMatrixXML
org.ujmp.core.io

Class ImportMatrixXML



  • public class ImportMatrixXML
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      ImportMatrixXML() 
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      static Matrix fromFile(java.io.File file, java.lang.Object... parameters) 
      static Matrix fromReader(java.io.Reader reader, java.lang.Object... parameters) 
      static Matrix fromStream(java.io.InputStream stream, java.lang.Object... parameters) 
      static Matrix fromString(java.lang.String string, java.lang.Object... parameters) 
      Matrix read(java.io.Reader reader) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImportMatrixXML

        public ImportMatrixXML()
    • Method Detail

      • fromString

        public static final Matrix fromString(java.lang.String string,
                                              java.lang.Object... parameters)
                                       throws javax.xml.parsers.ParserConfigurationException,
                                              org.xml.sax.SAXException,
                                              java.io.IOException
        Throws:
        javax.xml.parsers.ParserConfigurationException
        org.xml.sax.SAXException
        java.io.IOException
      • fromStream

        public static final Matrix fromStream(java.io.InputStream stream,
                                              java.lang.Object... parameters)
                                       throws java.io.IOException,
                                              javax.xml.parsers.ParserConfigurationException,
                                              org.xml.sax.SAXException
        Throws:
        java.io.IOException
        javax.xml.parsers.ParserConfigurationException
        org.xml.sax.SAXException
      • fromFile

        public static final Matrix fromFile(java.io.File file,
                                            java.lang.Object... parameters)
                                     throws java.io.IOException,
                                            javax.xml.parsers.ParserConfigurationException,
                                            org.xml.sax.SAXException
        Throws:
        java.io.IOException
        javax.xml.parsers.ParserConfigurationException
        org.xml.sax.SAXException
      • read

        public Matrix read(java.io.Reader reader)
                    throws javax.xml.parsers.ParserConfigurationException,
                           org.xml.sax.SAXException,
                           java.io.IOException
        Throws:
        javax.xml.parsers.ParserConfigurationException
        org.xml.sax.SAXException
        java.io.IOException
      • fromReader

        public static final Matrix fromReader(java.io.Reader reader,
                                              java.lang.Object... parameters)
                                       throws javax.xml.parsers.ParserConfigurationException,
                                              org.xml.sax.SAXException,
                                              java.io.IOException
        Throws:
        javax.xml.parsers.ParserConfigurationException
        org.xml.sax.SAXException
        java.io.IOException

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.