Uses of Class
aspose.pdf.XMLDocument

Uses of XMLDocument in aspose.pdf
 

Methods in aspose.pdf that return XMLDocument
 XMLDocument Pdf.getHyphenDictionary()
          Gets a hyphenation Dictionary file.
 

Methods in aspose.pdf with parameters of type XMLDocument
 void Pdf.bindXML(XMLDocument xmlDoc, java.lang.String xslFile)
          Binds an xml/xsl document to the Pdf object.
static java.lang.Object Pdf.createObjFromXml(XMLDocument xmlDoc, XslTransform xsl)
          Reads object info from a xml document.
 void Pdf.setHyphenDictionary(XMLDocument value)
          Sets a hyphenation Dictionary file.
 void XslTransform.transform(XMLDocument xmlDoc, java.lang.Object object, MemStream tempStream)
          Begin to transform the XSL file