HomeSort by relevance Sort by last modified time
    Searched refs:xml (Results 101 - 125 of 1610) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeListBase.java 21 package org.apache.xml.dtm.ref;
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
DOMSerializer.java 21 package org.apache.xml.serializer;
42 * org.apache.xml.serializer.Serializer ser = ...;
51 * // Write out the serialized XML in the String.
Method.java 21 package org.apache.xml.serializer;
29 * <li>XML
54 * The output method type for XML documents: <tt>xml</tt>.
56 public static final String XML = "xml";
78 * XML or HTML type (depending on the first tag in the output being html or
  /external/apache-xml/src/main/java/org/apache/xml/utils/res/
CharArrayWrapper.java 21 package org.apache.xml.utils.res;
IntArrayWrapper.java 21 package org.apache.xml.utils.res;
LongArrayWrapper.java 21 package org.apache.xml.utils.res;
XResourceBundleBase.java 21 package org.apache.xml.utils.res;
  /external/apache-xml/src/main/java/org/apache/xpath/
WhitespaceStrippingElementMatcher.java 23 import javax.xml.transform.TransformerException;
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
SelfIteratorNoPredicate.java 23 import org.apache.xml.dtm.DTM;
45 * @throws javax.xml.transform.TransformerException
48 throws javax.xml.transform.TransformerException
56 * @throws javax.xml.transform.TransformerException
59 throws javax.xml.transform.TransformerException
108 throws javax.xml.transform.TransformerException
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncSum.java 23 import org.apache.xml.dtm.DTM;
24 import org.apache.xml.dtm.DTMIterator;
25 import org.apache.xml.utils.XMLString;
44 * @throws javax.xml.transform.TransformerException
46 public XObject execute(XPathContext xctxt) throws javax.xml.transform.TransformerException
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedWatch.emf.properties 17 file=../data/builds-eclipse-3.4.xml
20 feedURL=http://download.eclipse.org/downloads/builds-eclipse.xml
41 # <arg line="-debug 1 -feedURL http://www.eclipse.org/emf/feeds/builds.xml
63 # if you asked for any changes to the feed, this will be the XML datestamp of the last update, eg: 2006-05-04T12:14:33Z
  /external/webkit/LayoutTests/fast/encoding/resources/
invalid-xml.js 1 // test 70: XML encoding test
2 // q.v. XML 1.0, section 4.3.3 Character Encoding in Entities
15 "invalid-xml-utf8.xml",
16 "invalid-xml-utf16.xml",
17 "invalid-xml-shift-jis.xml",
18 "invalid-xml-x-mac-thai.xml",
    [all...]
  /frameworks/base/data/etc/
Android.mk 22 LOCAL_MODULE := platform.xml
37 #LOCAL_MODULE := required_hardware.xml
  /libcore/luni/src/main/java/javax/xml/namespace/
NamespaceContext.java 20 package javax.xml.namespace;
25 * <p>Interface for read only XML Namespace context processing.</p>
27 * <p>An XML Namespace has the properties:</p>
65 * @see javax.xml.XMLConstants javax.XMLConstants for declarations of common XML values
66 * @see <a href="http://www.w3.org/TR/xmlschema-2/#QName">XML Schema Part2: Datatypes</a>
67 * @see <a href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames">Namespaces in XML</a>
68 * @see <a href="http://www.w3.org/XML/xml-names-19990114-errata">Namespaces in XML Errata</a
    [all...]
  /libcore/luni/src/main/java/javax/xml/transform/
ErrorListener.java 20 package javax.xml.transform;
25 * implementation with the {@link javax.xml.transform.Transformer}. The
44 * <p><code>Transformer</code>s may use this mechanism to report XML parsing
52 * <p>{@link javax.xml.transform.Transformer} can use this method to report
63 * @throws javax.xml.transform.TransformerException if the application
66 * @see javax.xml.transform.TransformerException
82 * @throws javax.xml.transform.TransformerException if the application
85 * @see javax.xml.transform.TransformerException
102 * @throws javax.xml.transform.TransformerException if the application
105 * @see javax.xml.transform.TransformerExceptio
    [all...]
  /libcore/luni/src/main/java/javax/xml/transform/sax/
SAXResult.java 20 package javax.xml.transform.sax;
22 import javax.xml.transform.Result;
23 import org.xml.sax.ContentHandler;
24 import org.xml.sax.ext.LexicalHandler;
34 * If {@link javax.xml.transform.TransformerFactory#getFeature}
39 "http://javax.xml.transform.sax.SAXResult/feature";
48 * Create a SAXResult that targets a SAX2 {@link org.xml.sax.ContentHandler}.
57 * Set the target to be a SAX2 {@link org.xml.sax.ContentHandler}.
66 * Get the {@link org.xml.sax.ContentHandler} that is the Result.
75 * Set the SAX2 {@link org.xml.sax.ext.LexicalHandler} for the output
    [all...]
  /libcore/luni/src/main/java/javax/xml/validation/
TypeInfoProvider.java 19 package javax.xml.validation;
28 * Some schema languages, such as W3C XML Schema, encourages a validator
58 * the {@link org.xml.sax.ContentHandler} that the application sets to the
62 * If this method is called from other {@link org.xml.sax.ContentHandler}
85 * the {@link org.xml.sax.ContentHandler} that the application sets to the
90 * the {@link org.xml.sax.Attributes} object passed to the
96 * If this method is called from other {@link org.xml.sax.ContentHandler}
117 * schema language. In case of W3C XML Schema, this means
122 * A {@link javax.xml.parsers.DocumentBuilder} uses this information
127 * the {@link org.xml.sax.ContentHandler} that the application sets to th
    [all...]
  /libcore/luni/src/main/java/javax/xml/xpath/
XPath.java 19 package javax.xml.xpath;
21 import javax.xml.namespace.NamespaceContext;
22 import javax.xml.namespace.QName;
23 import org.xml.sax.InputSource;
83 * @see <a href="http://www.w3.org/TR/xpath">XML Path Language (XPath) Version 1.0</a>
XPathExpressionException.java 19 package javax.xml.xpath;
XPathFactoryConfigurationException.java 19 package javax.xml.xpath;
XPathFunctionException.java 19 package javax.xml.xpath;
  /libcore/luni/src/main/java/org/xml/sax/
EntityResolver.java 6 package org.xml.sax;
24 * {@link org.xml.sax.XMLReader#setEntityResolver setEntityResolver}
27 * <p>The XML reader will then allow the application to intercept any
33 * XML documents from databases or other specialised input sources,
41 * import org.xml.sax.EntityResolver;
42 * import org.xml.sax.InputSource;
66 * @see org.xml.sax.XMLReader#setEntityResolver
67 * @see org.xml.sax.InputSource
90 * box). Neither XML nor SAX specifies a preferred policy for using
106 * @exception org.xml.sax.SAXException Any SAX exception, possibl
    [all...]
ErrorHandler.java 6 package org.xml.sax;
21 * instance with the XML reader using the
22 * {@link org.xml.sax.XMLReader#setErrorHandler setErrorHandler}
27 * register an ErrorHandler, XML parsing errors will go unreported,
32 * <p>For XML processing errors, a SAX driver must use this interface
39 * Also parsers may throw appropriate exceptions for non-XML errors.
46 * @see org.xml.sax.XMLReader#setErrorHandler
47 * @see org.xml.sax.SAXParseException
56 * are not errors or fatal errors as defined by the XML
64 * <p>Filters may use this method to report other, non-XML warning
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
KxmlPullParserTest.java 17 package libcore.xml;
  /libcore/luni/src/test/java/tests/api/org/xml/sax/support/
MockResolver.java 17 package tests.api.org.xml.sax.support;
23 import org.xml.sax.EntityResolver;
24 import org.xml.sax.InputSource;
25 import org.xml.sax.SAXException;

Completed in 437 milliseconds

1 2 3 45 6 7 8 91011>>