|
||||||||
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 . |
void |
load(BasicStream xmlStream)
Loads a exist xml document . |
void |
load(java.lang.String path)
Loads a exist xml document . |
void |
load(TextFileStream fs)
Loads a exist xml document . |
void |
save(BasicStream bs)
Saves the content to a BasicStream object |
void |
save(java.lang.String path)
Saves the content to a file object |
void |
save(aspose.pdf.pdftext.XmlTextWriter writer)
Saves the content to a XmlTextWriter object |
void |
setfilepath(java.lang.String Value)
Sets the file path |
Methods inherited from class java.lang.Object |
---|
equals, 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 Value)
Value
- 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 save(BasicStream bs)
bs
- the target stream objectpublic void save(java.lang.String path)
path
- The target file pathpublic void save(aspose.pdf.pdftext.XmlTextWriter writer)
writer
- the target XmlTextWriter objectpublic void load(BasicStream xmlStream)
xmlStream
- the input stream of the exist docment.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |