/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
AttributesImplSerializer.java | 22 package org.apache.xml.serializer; 26 import org.xml.sax.Attributes; 27 import org.xml.sax.helpers.AttributesImpl; 30 * This class extends org.xml.sax.helpers.AttributesImpl which implements org. 31 * xml.sax.Attributes. But for optimization this class adds a Hashtable for 35 * @see org.xml.sax.Attributes 69 * @see org.xml.sax.Attributes#getIndex(String) 100 * @see org.xml.sax.helpers.AttributesImpl#addAttribute(String, String, String, String, String) 168 * @see org.xml.sax.helpers.AttributesImpl#clear() 189 * @see org.xml.sax.helpers.AttributesImpl#setAttributes(Attributes [all...] |
ElemDesc.java | 21 package org.apache.xml.serializer; 23 import org.apache.xml.serializer.utils.StringToIntTable;
|
SerializerTraceWriter.java | 21 package org.apache.xml.serializer;
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
NamespaceSupport.java | 22 package org.apache.xml.serializer.dom3;
28 * Namespace support for XML document handlers. This class doesn't
41 static final String PREFIX_XML = "xml".intern();
46 * The XML Namespace ("http://www.w3.org/XML/1998/namespace"). This is
47 * the Namespace URI that is automatically mapped to the "xml" prefix.
49 public final static String XML_URI = "http://www.w3.org/XML/1998/namespace".intern();
52 * XML Information Set REC
116 // bind "xml" prefix to the XML uri [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
SystemIDResolver.java | 21 package org.apache.xml.serializer.utils; 25 import javax.xml.transform.TransformerException; 27 import org.apache.xml.serializer.utils.URI.MalformedURIException; 37 * This class is a copy of the one in org.apache.xml.utils. 41 * used in org.apache.xml.serializer.
|
XML11Char.java | 19 package org.apache.xml.serializer.utils;
26 * This class defines the basic properties of characters in XML 1.1. The data
28 * XML 1.1 character or if the character is a space, name start, or name
52 /** Character flags for XML 1.1. */
55 /** XML 1.1 Valid character mask. */
58 /** XML 1.1 Space character mask. */
61 /** XML 1.1 Name start character mask. */
64 /** XML 1.1 Name character mask. */
67 /** XML 1.1 control character mask */
70 /** XML 1.1 content for external entities (valid - "special" chars - control chars) */ [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
QName.java | 21 package org.apache.xml.utils; 26 import org.apache.xml.res.XMLErrorResources; 27 import org.apache.xml.res.XMLMessages; 67 * The XML namespace. 70 "http://www.w3.org/XML/1998/namespace"; 258 if (prefix.equals("xml")) 357 if (prefix.equals("xml")) 439 if (prefix.equals("xml"))
|
StylesheetPIHandler.java | 21 package org.apache.xml.utils; 26 import javax.xml.transform.Source; 27 import javax.xml.transform.TransformerException; 28 import javax.xml.transform.URIResolver; 29 import javax.xml.transform.sax.SAXSource; 31 import org.apache.xml.utils.SystemIDResolver; 33 import org.xml.sax.Attributes; 34 import org.xml.sax.InputSource; 35 import org.xml.sax.helpers.DefaultHandler; 38 * Search for the xml-stylesheet processing instructions in an XML document [all...] |
SystemIDResolver.java | 21 package org.apache.xml.utils; 25 import javax.xml.transform.TransformerException; 27 import org.apache.xml.utils.URI.MalformedURIException;
|
XML11Char.java | 19 package org.apache.xml.utils; 27 * This class defines the basic properties of characters in XML 1.1. The data 29 * XML 1.1 character or if the character is a space, name start, or name 47 /** Character flags for XML 1.1. */ 50 /** XML 1.1 Valid character mask. */ 53 /** XML 1.1 Space character mask. */ 56 /** XML 1.1 Name start character mask. */ 59 /** XML 1.1 Name character mask. */ 62 /** XML 1.1 control character mask */ 65 /** XML 1.1 content for external entities (valid - "special" chars - control chars) * [all...] |
XMLStringDefault.java | 21 package org.apache.xml.utils; 51 * @throws org.xml.sax.SAXException 53 public void dispatchCharactersEvents(org.xml.sax.ContentHandler ch) 54 throws org.xml.sax.SAXException 65 * @throws org.xml.sax.SAXException 67 public void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh) 68 throws org.xml.sax.SAXException
|
/external/apache-xml/src/main/java/org/apache/xml/utils/res/ |
XResourceBundle.java | 21 package org.apache.xml.utils.res; 38 "org.apache.xml.utils.res.XResourceBundle", LANG_BUNDLE_NAME = 39 "org.apache.xml.utils.res.XResources", MULT_ORDER =
|
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/ |
DOMSerializer.java | 33 package com.jme3.export.xml; 41 * "Java and XML" 3rd Edition book by Brett McLaughlin, and Justin Edelson. Some 44 * @author Brett McLaughlin, Justin Edelson - Original creation for "Java and XML" book. 45 * @author Doug Daniels (dougnukem) - adjustments for XML formatting 181 writer.append("<?xml ");
|
/external/oprofile/pp/ |
opreport_options.cpp | 50 bool xml; member in namespace:options 109 popt::option(options::xml, "xml", 'X', 110 "XML output"), 117 if (options::xml && !sort.empty()) { 119 << "are incompatible with --xml" << endl; 121 // to mess up symbol traversal for XML 125 if (sort.empty() || options::xml) { 127 if (options::xml) { 181 if (xml) { [all...] |
/external/smack/src/com/kenai/jbosh/ |
ApacheHTTPResponse.java | 57 private static final String CONTENT_TYPE = "text/xml; charset=utf-8"; 129 String xml = request.toXML(); local 130 byte[] data = xml.getBytes(CHARSET);
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_introspect.c | 23 struct wpabuf *xml; member in struct:interfaces 40 iface->xml = wpabuf_alloc(6000); 41 if (iface->xml == NULL) { 45 wpabuf_printf(iface->xml, "<interface name=\"%s\">", dbus_interface); 52 static void add_arg(struct wpabuf *xml, const char *name, const char *type, 55 wpabuf_printf(xml, "<arg name=\"%s\"", name); 57 wpabuf_printf(xml, " type=\"%s\"", type); 59 wpabuf_printf(xml, " direction=\"%s\"", direction); 60 wpabuf_put_str(xml, "/>"); 64 static void add_entry(struct wpabuf *xml, const char *type, const char *name 252 struct wpabuf *xml; local [all...] |
/libcore/luni/src/main/java/javax/xml/datatype/ |
DatatypeFactory.java | 20 package javax.xml.datatype; 27 * <p>Factory that creates new <code>javax.xml.datatype</code> <code>Object</code>s that map XML to/from Java <code>Object</code>s.</p> 33 * If the system property specified by {@link #DATATYPEFACTORY_PROPERTY}, "<code>javax.xml.datatype.DatatypeFactory</code>", 43 * The services resolution mechanism is used, e.g. <code>META-INF/services/java.xml.datatype.DatatypeFactory</code>. 48 * {@link #DATATYPEFACTORY_IMPLEMENTATION_CLASS}, "<code>javax.xml.datatype.DatatypeFactoryImpl</code>". 63 * <p>Default property name as defined in JSR 206: Java(TM) API for XML Processing (JAXP) 1.3.</p> 65 * <p>Default value is <code>javax.xml.datatype.DatatypeFactory</code>.</p> 67 public static final String DATATYPEFACTORY_PROPERTY = "javax.xml.datatype.DatatypeFactory"; 70 * <p>Default implementation class name as defined in JSR 206: Java(TM) API for XML Processing (JAXP) 1.3.</p [all...] |
/libcore/luni/src/main/java/javax/xml/parsers/ |
DocumentBuilderFactory.java | 20 package javax.xml.parsers; 22 import javax.xml.validation.Schema; 23 import org.apache.harmony.xml.parsers.DocumentBuilderFactoryImpl; 27 * parser that produces DOM object trees from XML documents. 87 * Creates a new instance of a {@link javax.xml.parsers.DocumentBuilder} 101 * provide support for XML namespaces. By default the value of this is set 105 * for XML namespaces; false otherwise. 119 * <a href="http://www.w3.org/TR/REC-xml#proc-types">a validating 120 * parser</a> as defined in the XML recommendation. 127 * To use modern schema languages such as W3C XML Schema o [all...] |
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
DOMConfigurationImpl.java | 17 package org.apache.harmony.xml.dom; 222 * "http://www.w3.org/2001/XMLSchema" or "http://www.w3.org/TR/REC-xml". 467 * in XML documents. 472 // as defined by http://www.w3.org/TR/REC-xml/#charsets.
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
AttributeListImpl.java | 6 package org.xml.sax.helpers; 9 import org.xml.sax.AttributeList; 23 * org.xml.sax.AttributeList AttributeList} interface, and has been 24 * replaced by the new SAX2 {@link org.xml.sax.helpers.AttributesImpl 28 * {@link org.xml.sax.AttributeList AttributeList} interface. This 53 * {@link org.xml.sax.AttributeList AttributeList}; 55 * {@link org.xml.sax.Attributes Attributes}, 57 * {@link org.xml.sax.helpers.AttributesImpl 62 * @see org.xml.sax.AttributeList 63 * @see org.xml.sax.DocumentHandler#startElemen [all...] |
AttributesImpl.java | 7 package org.xml.sax.helpers; 9 import org.xml.sax.Attributes; 23 * {@link org.xml.sax.Attributes Attributes} interface, with the 31 * in a {@link org.xml.sax.ContentHandler#startElement startElement} event; or</li> 36 * org.xml.sax.helpers.AttributeListImpl AttributeListImpl} 38 * interface rather than the deprecated {@link org.xml.sax.AttributeList 70 * {@link org.xml.sax.ContentHandler#startElement startElement} event.</p> 83 // Implementation of org.xml.sax.Attributes. 91 * @see org.xml.sax.Attributes#getLength 105 * @see org.xml.sax.Attributes#getUR [all...] |
/libcore/luni/src/test/java/libcore/xml/ |
KxmlSerializerTest.java | 17 package libcore.xml; 78 String declaration = "<?xml version='1.0' encoding='UTF-8' ?>"; 164 // http://www.w3.org/TR/REC-xml/#charsets
|
/libcore/luni/src/test/java/tests/api/javax/xml/parsers/ |
FactoryConfigurationErrorTest.java | 16 package tests.api.javax.xml.parsers; 18 import javax.xml.parsers.FactoryConfigurationError;
|
/libcore/luni/src/test/java/tests/api/org/xml/sax/ |
HandlerBaseTest.java | 17 package tests.api.org.xml.sax; 21 import org.xml.sax.AttributeList; 22 import org.xml.sax.HandlerBase; 23 import org.xml.sax.SAXException; 24 import org.xml.sax.SAXParseException; 25 import org.xml.sax.helpers.AttributeListImpl; 26 import org.xml.sax.helpers.LocatorImpl;
|
InputSourceTest.java | 17 package tests.api.org.xml.sax; 26 import org.xml.sax.InputSource;
|