This method reads the whole Web file and separates the file's contentline by line.
此方法读取整个Web文件,并逐行分隔文件内容。
2
Notice in line 3 that, if there are attributes to an element, they should be informed right after the element's name, followed by the element content (line 4).
注意第3行中,如果元素存在某些属性,就应该恰好在元素名称之后,元素内容(第4行)之前告知。
3
This utility doesn't necessarily handle every OpenOffice.org construct gracefully (but I think it handles all text content), and line wrapping is not performed for paragraphs.