Searched defs:xmlns (Results 1 - 5 of 5) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/xmllite/
H A Dxmlprinter.cc42 const std::string * const xmlns, int xmlnsCount);
60 const std::string * const xmlns, int xmlnsCount) {
61 XmlPrinterImpl printer(pout, xmlns, xmlnsCount);
66 const std::string * const xmlns, int xmlnsCount) :
71 xmlnsStack_.AddXmlns(xmlns[i], xmlns[i + 1]);
79 // first go through attrs of pel to add xmlns definitions
89 // then go through qnames to make sure needed xmlns definitons are added
116 // and the extra xmlns declarations
120 *pout_ << " xmlns
59 PrintXml(std::ostream * pout, const XmlElement * element, const std::string * const xmlns, int xmlnsCount) argument
65 XmlPrinterImpl(std::ostream * pout, const std::string * const xmlns, int xmlnsCount) argument
[all...]
H A Dxmlelement.cc500 std::ostream * pout, std::string xmlns[], int xmlnsCount) const {
501 XmlPrinter::PrintXml(pout, this, xmlns, xmlnsCount);
499 Print( std::ostream * pout, std::string xmlns[], int xmlnsCount) const argument
/external/collada/src/dae/
H A DdaeIOPluginCommon.cpp169 daeURI *xmlns = (daeURI*)(element->getMeta()->getMetaAttribute( "xmlns" )->getWritableMemory( element )); local
170 if ( strcmp( xmlns->getURI(), COLLADA_NAMESPACE ) != 0 ) {
/external/libvpx/examples/includes/ASCIIMathPHP-2.0/
H A DASCIIMathPHP-2.0.class.php309 $xmlns = $this->_dumpXmlns(); variable
314 $tag = "$indent<$name$xmlns$attr_txt />";
320 $tag = "$indent<$name$xmlns$attr_txt>$this->_content";
365 return(" xmlns=\"" . $nmspc . "\"");
367 return(" xmlns:$alias=\"" . $nmspc . "\"");
/external/expat/lib/
H A Dxmlparse.c236 XML_Bool xmlns; member in struct:attribute_id
1890 XML_L("reserved prefix (xmlns) must not be declared or undeclared"),
2714 if (attId->xmlns) {
2750 if (da->id->xmlns) {
2985 /* Not allowed to bind xmlns */
5255 if (isId && !type->idAtt && !attId->xmlns)
5350 id->xmlns = XML_TRUE;
5682 newA->xmlns = oldA->xmlns;

Completed in 389 milliseconds