Searched refs:XML (Results 1 - 25 of 50) sorted by relevance

12

/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DXMLTokener.java29 * for the parsing of XML texts.
43 entity.put("amp", XML.AMP);
44 entity.put("apos", XML.APOS);
45 entity.put("gt", XML.GT);
46 entity.put("lt", XML.LT);
47 entity.put("quot", XML.QUOT);
84 * Get the next XML outer token, trimming whitespace. There are two kinds
102 return XML.LT;
125 * @throws JSONException If missing ';' in XML entity.
136 throw syntaxError("Missing ';' in XML entit
[all...]
H A DJSONML.java31 * This provides static methods to convert an XML text into a JSONArray or
32 * JSONObject, and to covert a JSONArray or JSONObject into an XML text using
40 * Parse XML values and store them in a JSONArray.
67 if (token == XML.LT) {
70 if (token == XML.SLASH) {
80 if (x.nextToken() != XML.GT) {
84 } else if (token == XML.BANG) {
109 } else if (token == XML.LT) {
111 } else if (token == XML.GT) {
116 } else if (token == XML
[all...]
H A DTest.java76 j = XML.toJSONObject("<![CDATA[This is a collection of test patterns and examples for org.json.]]> Ignore the stuff past the end. ");
82 System.out.println(XML.toString(j));
85 j = XML.toJSONObject(s);
99 s = "<div id=\"demo\" class=\"JSONML\"><p>JSONML is a transformation between <b>JSON</b> and <b>XML</b> that preserves ordering of document features.</p><p>JSONML can work with JSON arrays or JSON objects.</p><p>Three<br/>little<br/>words</p></div>";
111 j = XML.toJSONObject(s);
203 System.out.println(XML.toString(j));
234 System.out.println(XML.toString(j));
245 s = "<xml one = 1 two=' \"2\" '><five></five>First \u0009&lt;content&gt;<five></five> This is \"content\". <three> 3 </three>JSON does not preserve the sequencing of elements and contents.<three> III </three> <three> T H R E E</three><four/>Content text is an implied structure in XML. <six content=\"6\"/>JSON does not have implied structure:<seven>7</seven>everything is explicit.<![CDATA[CDATA blocks<are><supported>!]]></xml>";
246 j = XML.toJSONObject(s);
248 System.out.println(XML
[all...]
H A DXML.java31 * This provides static methods to convert an XML text into a JSONObject,
32 * and to covert a JSONObject into an XML text.
36 public class XML { class
66 * Replace special characters with XML escapes:
285 * Convert a well-formed (but not necessarily valid) XML string into a
287 * because JSON is a data format and XML is a document format. XML uses
295 * @return A JSONObject containing the structured data from the XML string.
309 * Convert a JSONObject into a well-formed, element-normal XML string.
320 * Convert a JSONObject into a well-formed, element-normal XML strin
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DMethod.java29 * <li>XML
54 * The output method type for XML documents: <tt>xml</tt>.
56 public static final String XML = "xml"; field in class:Method
78 * XML or HTML type (depending on the first tag in the output being html or
H A DOutputPropertiesFactory.java86 /** S_BUILTIN_EXTENSIONS_URL is a mnemonic for the XML Namespace
190 /** property file for default XML properties */
196 /** property file for default UNKNOWN (Either XML or HTML, to be determined later) properties */
269 if (method.equals(Method.XML))
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/
H A DWireFormat.java30 XML; // XML, implemented by XmlWireInterface enum constant in enum:WireFormat
44 case XML:
/external/mesa3d/src/mapi/glapi/gen/
H A Dglapi_gen.mk12 # $(1): path to an XML file
23 # $(1): path to an XML file
34 # $(1): path to an XML file
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dxml.rb8 lexer grammar XML;
56 {say("XML declaration")}
137 lexer = XML::Lexer.new( <<-'END'.fixed_indent( 0 ) )
164 XML declaration
/external/clang/include/clang/Index/
H A DCommentToXML.h1 //===--- CommentToXML.h - Convert comments to XML representation ----------===//
44 SmallVectorImpl<char> &XML,
/external/chromium_org/third_party/libxml/src/
H A Dlibxml2.spec1 Summary: Library providing XML and HTML support
13 This library allows to manipulate XML files. It includes support
14 to read, modify and write XML and HTML files. There is DTDs support
24 Summary: Libraries, includes, etc. to develop XML and HTML applications
31 Libraries, include files, etc you can use to develop XML applications.
32 This library allows to manipulate XML files. It includes support
33 to read, modify and write XML and HTML files. There is DTDs support
51 supplied by the libxml2 library to manipulate XML files.
53 This library allows to manipulate XML files. It includes support
54 to read, modify and write XML an
[all...]
/external/chromium_org/content/child/
H A Dsite_isolation_policy.h34 // 0:HTML, 1:XML, 2:JSON, 3:Plain, 4:Others
59 XML = 1, enumerator in enum:content::SiteIsolationResponseMetaData::CanonicalMimeType
H A Dsite_isolation_policy.cc104 // The content is blocked if it is sniffed as HTML/JSON/XML. When
246 SiteIsolationResponseMetaData::XML) {
247 bucket_prefix = "SiteIsolation.XSD.XML";
270 // This block is for plain text documents. We apply our HTML, XML,
277 bucket_prefix = "SiteIsolation.XSD.Plain.XML";
326 return SiteIsolationResponseMetaData::XML;
447 // this signature. However, XML is case-sensitive. Don't we have to
449 // string <?xml rather than <?XML ?
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
H A DXmlMessageBuilder.java24 import com.google.polo.json.XML;
40 * A collection of methods to convert {@link PoloMessage}s to and from XML
59 * Key names for XML versions of messages.
62 // OuterMessage XML key names
68 // PairingRequestMessage XML key names
72 // OptionsMessage XML key names
77 // ConfigurationMessage XML key names
80 // EncodingOption XML key names
86 // SecretMessage XML key names
122 * Builds a {@link PoloMessage} from the XML versio
[all...]
/external/fonttools/
H A DREADME.md4 > a tool to convert OpenType and TrueType fonts to and from XML. FontTools is a library for manipulating fonts, written in Python. It supports TrueType, OpenType, AFM and to an extent Type 1 and some Mac-specific formats.
/external/valgrind/main/none/tests/
H A Dcmdline1.stdout.exp33 --xml=yes emit error output in XML (some tools only)
34 --xml-fd=<number> XML output to file descriptor
35 --xml-file=<file> XML output to <file>
36 --xml-socket=ipaddr:port XML output to socket ipaddr:port
37 --xml-user-comment=STR copy STR verbatim into XML output
H A Dcmdline2.stdout.exp33 --xml=yes emit error output in XML (some tools only)
34 --xml-fd=<number> XML output to file descriptor
35 --xml-file=<file> XML output to <file>
36 --xml-socket=ipaddr:port XML output to socket ipaddr:port
37 --xml-user-comment=STR copy STR verbatim into XML output
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Dchecker.py391 XML = 8 variable in class:FileType
458 return FileType.XML
482 elif file_type == FileType.XML:
/external/clang/tools/libclang/
H A DCXComment.cpp362 // Converting comments to XML.
404 SmallString<1024> XML; local
406 ->convertCommentToXML(FC, XML, cxtu::getASTUnit(TU)->getASTContext());
407 return cxstring::createDup(XML.str());
/external/doclava/res/assets/templates/
H A Dclass.cs37 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#lattrs">XML Attrs</a>
41 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
287 <table id="lattrs" class="jd-sumtable"><tr><th colspan="12">XML Attributes</th></tr>
297 <div style="clear:left;">Inherited XML Attributes</div></th></tr>
569 <!-- XML Attributes -->
573 <h2>XML Attributes</h2>
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DS_V_G_.py13 Compiles/decompiles version 0 and 1 SVG tables from/to XML.
21 The XML format is:
56 XML = ET.XML variable
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DS_V_G_.py13 Compiles/decompiles version 0 and 1 SVG tables from/to XML.
21 The XML format is:
56 XML = ET.XML variable
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Djson-20090211.jarMETA-INF/ META-INF/MANIFEST.MF org/json/CDL.class CDL.java package org ...
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
H A DXMPPathParser.java71 * The syntax isn't checked, but an XML name begins with a letter or '_',
73 * non-ASCII Unicode characters. An XML qualified name is a pair of names
389 * Verifies whether the qualifier name is not XML conformant or the
422 * Verify if an XML name is conformant.
425 * an XML name
427 * When the name is not XML conformant
433 throw new XMPException("Bad XML name", XMPError.BADXPATH);
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerIdentityImpl.java88 m_outputFormat = new OutputProperties(Method.XML);
164 m_outputFormat = new OutputProperties(Method.XML);
1309 * Report an XML comment anywhere in the document.

Completed in 2658 milliseconds

12