For xml parsing of an inputstream you can do: // the SAX way: XMLReader myReader = XMLReaderFactory.createXMLReader(); myReader.setContentHandler(handler) ...
確定! 回上一頁