LibreOffice Module xmlscript (master) 1
Classes | Namespaces | Functions
xml_helper.hxx File Reference
#include <utility>
#include <vector>
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/xml/sax/XAttributeList.hpp>
#include <xmlscript/xmlscriptdllapi.h>
Include dependency graph for xml_helper.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  xmlscript::XMLElement
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::xml
 
namespace  com::sun::star::xml::sax
 
namespace  com::sun::star::io
 
namespace  xmlscript
 

Functions

Reference< io::XInputStream > xmlscript::createInputStream (std::vector< sal_Int8 > &&rInData)
 
Reference< io::XInputStream > xmlscript::createInputStream (const sal_Int8 *pData, int len)
 
Reference< io::XOutputStream > xmlscript::createOutputStream (std::vector< sal_Int8 > *pOutData)