LibreOffice Module configmgr (master) 1
|
Functions | |
Type | parseType (xmlreader::XmlReader const &reader, xmlreader::Span const &text) |
bool | parseBoolean (xmlreader::Span const &text) |
OUString | parseTemplateReference (std::u16string_view component, bool hasNodeType, std::u16string_view nodeType, OUString const *defaultTemplateName) |
bool configmgr::xmldata::parseBoolean | ( | xmlreader::Span const & | text | ) |
Definition at line 105 of file xmldata.cxx.
References text().
Referenced by configmgr::XcuParser::handleComponentData(), configmgr::XcsParser::handleGroup(), configmgr::XcuParser::handleGroupNode(), configmgr::XcuParser::handleGroupProp(), configmgr::XcuParser::handleLocpropValue(), configmgr::XcsParser::handleProp(), configmgr::XcuParser::handlePropValue(), configmgr::XcuParser::handleSetNode(), and configmgr::XcdParser::startElement().
OUString configmgr::xmldata::parseTemplateReference | ( | std::u16string_view | component, |
bool | hasNodeType, | ||
std::u16string_view | nodeType, | ||
OUString const * | defaultTemplateName | ||
) |
Definition at line 117 of file xmldata.cxx.
References configmgr::Data::fullTemplateName().
Referenced by configmgr::XcsParser::handleNodeRef(), configmgr::XcsParser::handleSet(), configmgr::XcsParser::handleSetItem(), and configmgr::XcuParser::handleSetNode().
Type configmgr::xmldata::parseType | ( | xmlreader::XmlReader const & | reader, |
xmlreader::Span const & | text | ||
) |
Definition at line 38 of file xmldata.cxx.
References xmlreader::XmlReader::getNamespaceId(), i, configmgr::ParseManager::NAMESPACE_OOR, configmgr::ParseManager::NAMESPACE_XS, text(), configmgr::TYPE_ANY, configmgr::TYPE_BOOLEAN, configmgr::TYPE_BOOLEAN_LIST, configmgr::TYPE_DOUBLE, configmgr::TYPE_DOUBLE_LIST, configmgr::TYPE_HEXBINARY, configmgr::TYPE_HEXBINARY_LIST, configmgr::TYPE_INT, configmgr::TYPE_INT_LIST, configmgr::TYPE_LONG, configmgr::TYPE_LONG_LIST, configmgr::TYPE_SHORT, configmgr::TYPE_SHORT_LIST, configmgr::TYPE_STRING, and configmgr::TYPE_STRING_LIST.
Referenced by configmgr::XcuParser::handleGroupProp(), configmgr::XcuParser::handleLocpropValue(), configmgr::XcsParser::handleProp(), and configmgr::XcuParser::handlePropValue().