|
LibreOffice Module forms (master) 1
|
#include "xmlhelper.hxx"#include <rtl/ustring.hxx>#include <com/sun/star/uno/Reference.hxx>#include <com/sun/star/xml/dom/DocumentBuilder.hpp>#include <comphelper/processfactory.hxx>Go to the source code of this file.
Functions | |
| static sal_uInt8 | lcl_getCharClass (sal_Unicode c) |
| bool | isValidQName (const OUString &sName, const Reference< XNameContainer > &) |
| bool | isValidPrefixName (const OUString &sName, const Reference< XNameContainer > &) |
| Reference< XDocumentBuilder > | getDocumentBuilder () |
| Reference< XDocumentBuilder > getDocumentBuilder | ( | ) |
Definition at line 127 of file xmlhelper.cxx.
Referenced by lcl_serializeForDisplay(), xforms::Model::loadInstance(), and xforms::Model::newInstance().
| bool isValidPrefixName | ( | const OUString & | sName, |
| const Reference< XNameContainer > & | |||
| ) |
Definition at line 110 of file xmlhelper.cxx.
References lcl_getCharClass(), n, nLength, pName, and sName.
Referenced by xforms::Model::isValidPrefixName().
| bool isValidQName | ( | const OUString & | sName, |
| const Reference< XNameContainer > & | |||
| ) |
Definition at line 85 of file xmlhelper.cxx.
References lcl_getCharClass(), n, nLength, pName, and sName.
Referenced by xforms::Binding::bind(), and xforms::Model::isValidXMLName().
|
static |
Definition at line 42 of file xmlhelper.cxx.
Referenced by isValidPrefixName(), and isValidQName().