Home
last modified time | relevance | path

Searched refs:xmlns_ (Results 1 – 13 of 13) sorted by relevance

/dports/science/libkml/libkml-1.3.0/tests/kml/base/
H A Dxmlns_test.cc37 boost::scoped_ptr<Xmlns> xmlns_; member in kmlbase::XmlnsTest
64 xmlns_.reset(Xmlns::Create(*attributes_)); in TEST_F()
66 ASSERT_EQ(string(kSchemaAttrs[1]), xmlns_->get_default()); in TEST_F()
68 xmlns_->GetNamespace("kml")); in TEST_F()
70 xmlns_->GetNamespace("atom")); in TEST_F()
76 xmlns_.reset(Xmlns::Create(*attributes_)); in TEST_F()
78 ASSERT_FALSE(xmlns_.get()); in TEST_F()
86 xmlns_.reset(Xmlns::Create(*attributes_)); in TEST_F()
87 ASSERT_EQ(kPrefix, xmlns_->GetKey(kNamespace)); in TEST_F()
94 xmlns_.reset(Xmlns::Create(*attributes_)); in TEST_F()
[all …]
H A Dattributes_test.cc204 boost::scoped_ptr<Attributes> xmlns_(attributes_->SplitByPrefix("xmlns")); in TEST_F() local
205 ASSERT_TRUE(xmlns_.get()); in TEST_F()
206 ASSERT_EQ(static_cast<size_t>(1), xmlns_->GetSize()); in TEST_F()
208 ASSERT_TRUE(xmlns_->GetValue("ex", &val)); in TEST_F()
221 boost::scoped_ptr<Attributes> xmlns_(attributes_->SplitByPrefix("xmlns")); in TEST_F() local
222 ASSERT_TRUE(xmlns_.get()); in TEST_F()
223 ASSERT_EQ(static_cast<size_t>(2), xmlns_->GetSize()); in TEST_F()
225 ASSERT_TRUE(xmlns_->GetValue("kml", &val)); in TEST_F()
227 ASSERT_TRUE(xmlns_->GetValue("ex", &val)); in TEST_F()
/dports/science/libkml/libkml-1.3.0/src/kml/dom/
H A Delement.cc93 if (xmlns_.get()) { in AddUnknownAttributes()
94 xmlns_->MergeAttributes(*xmlns); in AddUnknownAttributes()
97 xmlns_.reset(xmlns); in AddUnknownAttributes()
103 if (!xmlns_.get()) { in AddUnknownAttributes()
104 xmlns_.reset(new Attributes); in AddUnknownAttributes()
107 xmlns_->SetValue("xmlns", xmlns); in AddUnknownAttributes()
131 if (xmlns_.get()) { in SerializeAttributes()
132 kmlbase::StringMapIterator iter = xmlns_->CreateIterator(); in SerializeAttributes()
147 if (!xmlns_.get()) { in MergeXmlns()
148 xmlns_.reset(new Attributes); in MergeXmlns()
[all …]
H A Delement.h150 return xmlns_.get(); in GetXmlns()
247 boost::scoped_ptr<kmlbase::Attributes> xmlns_; variable
/dports/science/libkml/libkml-1.3.0/src/kml/xsd/
H A Dxsd_schema.h91 xmlns_.reset(kmlbase::Xmlns::Create(attributes)); in Parse()
92 if (!xmlns_.get()) { in Parse()
99 target_namespace_prefix_ = xmlns_->GetKey(target_namespace_); in Parse()
102 boost::scoped_ptr<kmlbase::Xmlns> xmlns_; variable
/dports/science/libkml/libkml-1.3.0/src/kml/base/
H A Dexpat_handler_ns.cc34 : expat_handler_(expat_handler), xmlns_(xmlns) { in ExpatHandlerNs()
45 if (xmlns_->get_default() == prefixed_name.substr(0, sep)) { in TranslatePrefixedName()
50 string prefix = xmlns_->GetKey(prefixed_name.substr(0, sep)); in TranslatePrefixedName()
H A Dexpat_handler_ns.h80 const Xmlns* xmlns_; variable
/dports/security/vxquery/vxquery-0.2.1/include/vuxml/
H A Dparser.hh43 inline const std::string &xmlns() const { return xmlns_; } in xmlns()
47 std::string xmlns_; member in vuxml::Element
/dports/security/vxquery/vxquery-0.2.1/
H A Dparser.cc313 xmlns_.swap(xmlns); in Element()
315 id_ = lookupElement(xmlns_, name_); in Element()
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/lucid-2.9.12/src/Lucid/
H A DHtml5.hs1123 xmlns_ :: Text -> Attribute
1124 xmlns_ = makeAttribute "xmlns" function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/lucid-2.9.12/src/Lucid/
H A DHtml5.hs1123 xmlns_ :: Text -> Attribute
1124 xmlns_ = makeAttribute "xmlns" function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/lucid-2.9.12.1/src/Lucid/
H A DHtml5.hs1123 xmlns_ :: Text -> Attribute
1124 xmlns_ = makeAttribute "xmlns" function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/lucid-2.9.12.1/src/Lucid/
H A DHtml5.hs1123 xmlns_ :: Text -> Attribute
1124 xmlns_ = makeAttribute "xmlns" function