Searched refs:xmlns (Results 1 - 18 of 18) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/xmllite/
H A Dxmlprinter.h44 const std::string * const xmlns, int xmlnsCount);
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
H A Dxmlelement.h220 void Print(std::ostream * pout, std::string xmlns[], int xmlnsCount) const;
/external/smack/src/org/jivesoftware/smack/packet/
H A DPacket.java91 private String xmlns = DEFAULT_XML_NS; field in class:Packet
123 xmlns = p.xmlns;
395 buf.append("<properties xmlns=\"http://www.jivesoftware.com/xmlns/xmpp/properties\">");
466 return this.xmlns;
495 return !(xmlns != null ? !xmlns.equals(packet.xmlns) : packet.xmlns !
[all...]
/external/skia/src/svg/
H A DSkSVGSVG.cpp24 SVG_ATTRIBUTE(xmlns),
25 SVG_LITERAL_ATTRIBUTE(xmlns:xlink, f_xml_xlink),
/external/libvpx/libvpx/examples/includes/geshi/contrib/
H A Daliased.php61 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
H A Dcssgen.php41 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
H A Dexample.php101 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
H A Dlangcheck.php65 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dupnp_xml.c172 * xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"
175 * <u:actionName xmlns:u="urn:schemas-upnp-org:service:serviceType:v">
/external/wpa_supplicant_8/src/wps/
H A Dupnp_xml.c172 * xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"
175 * <u:actionName xmlns:u="urn:schemas-upnp-org:service:serviceType:v">
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dupnp_xml.c172 * xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"
175 * <u:actionName xmlns:u="urn:schemas-upnp-org:service:serviceType:v">
/external/webkit/Source/WebCore/editing/
H A DMarkupAccumulator.cpp209 AtomicString attr = !prefix.isEmpty() ? "xmlns:" + prefix : "xmlns";
/external/icu4c/test/perf/collationperf/
H A DCollPerf.pl159 <html xmlns="http://www.w3.org/1999/xhtml">
/external/libvpx/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.c238 XML_Bool xmlns; member in struct:attribute_id
1970 XML_L("reserved prefix (xmlns) must not be declared or undeclared"),
2818 if (attId->xmlns) {
2854 if (da->id->xmlns) {
3089 /* Not allowed to bind xmlns */
5367 if (isId && !type->idAtt && !attId->xmlns)
5462 id->xmlns = XML_TRUE;
5794 newA->xmlns = oldA->xmlns;
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 532 milliseconds