|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectaspose.pdf.XMLDocument
public class XMLDocument
Represents a XML Document.
| Constructor Summary | |
|---|---|
XMLDocument()
Constructs a XMLDocument instance . |
|
| Method Summary | |
|---|---|
java.lang.String |
getfilepath()
Gets the xml file path . |
XmlTextReader |
getXmlTextReader()
|
void |
load(BasicStream xmlStream)
Loads a exist xml document . |
void |
load(java.io.InputStream xmlStream)
|
void |
load(java.lang.String path)
Loads a exist xml document . |
void |
load(TextFileStream fs)
Loads a exist xml document . |
void |
save(MemStream ms)
Saves the content to a MemStream object |
void |
setfilepath(java.lang.String path)
Sets the file path |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLDocument()
| Method Detail |
|---|
public java.lang.String getfilepath()
public void setfilepath(java.lang.String path)
path - the path stringpublic void load(java.lang.String path)
path - the file path of the exist docment.public void load(TextFileStream fs)
fs - The file stream of the exist docment.public void load(BasicStream xmlStream)
xmlStream - the input stream of the exist docment.public void load(java.io.InputStream xmlStream)
public XmlTextReader getXmlTextReader()
public void save(MemStream ms)
ms - the target stream object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||