HomeSort by relevance Sort by last modified time
    Searched refs:xml (Results 226 - 250 of 1538) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
WrappedRuntimeException.java 21 package org.apache.xml.serializer.utils;
28 * This class is a copy of the one in org.apache.xml.utils.
32 * used by org.apache.xml.serializer.
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NameSpace.java 21 package org.apache.xml.utils;
PrefixResolver.java 21 package org.apache.xml.utils;
62 * CAVEAT: Note that the base URI in an XML document may vary with where
64 * via an external entity reference or if mechanisms such as xml:base have
WrappedRuntimeException.java 21 package org.apache.xml.utils;
XMLStringFactory.java 21 package org.apache.xml.utils;
  /external/apache-xml/src/main/java/org/apache/xml/utils/res/
StringArrayWrapper.java 21 package org.apache.xml.utils.res;
  /external/apache-xml/src/main/java/org/apache/xpath/
ExpressionNode.java 23 import javax.xml.transform.SourceLocator;
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
RTFIterator.java 30 import org.apache.xml.dtm.DTMManager;
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncPosition.java 23 import org.apache.xml.dtm.DTM;
24 import org.apache.xml.dtm.DTMIterator;
93 throw new org.apache.xml.utils.WrappedRuntimeException(cnse);
118 * @throws javax.xml.transform.TransformerException
120 public XObject execute(XPathContext xctxt) throws javax.xml.transform.TransformerException
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XRTreeFragSelectWrapper.java 24 import org.apache.xml.dtm.DTMIterator;
25 import org.apache.xml.utils.XMLString;
63 * @throws javax.xml.transform.TransformerException
66 throws javax.xml.transform.TransformerException
97 throws javax.xml.transform.TransformerException
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
String.java 41 * @throws javax.xml.transform.TransformerException
43 public XObject operate(XObject right) throws javax.xml.transform.TransformerException
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-trax.jar 
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Scanner.java 20 import org.xml.sax.SAXException;
  /external/valgrind/main/coregrind/
pub_core_errormgr.h 55 // else if xml print suppressions used (in xml format)
58 extern void VG_(show_all_errors) ( Int verbosity, Bool xml );
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
SettingsActivity.java 31 // Load the preferences from an XML resource
32 addPreferencesFromResource(R.xml.preferences);
  /frameworks/base/tools/aapt/tests/plurals/
run.sh 9 aapt package -v -x -m -z -J $TEST_OUT_DIR/java -M $TEST_DIR/AndroidManifest.xml \
11 -P $TEST_OUT_DIR/public_resources.xml \
  /libcore/luni/src/main/java/javax/xml/
XMLConstants.java 20 package javax.xml;
23 * <p>Utility class to contain basic XML values as constants.</p>
27 * @see <a href="http://www.w3.org/TR/xml11/">Extensible Markup Language (XML) 1.1</a>
28 * @see <a href="http://www.w3.org/TR/REC-xml">Extensible Markup Language (XML) 1.0 (Second Edition)</a>
29 * @see <a href="http://www.w3.org/XML/xml-V10-2e-errata">XML 1.0 Second Edition Specification Errata</a>
30 * @see <a href="http://www.w3.org/TR/xml-names11/">Namespaces in XML 1.1</a
    [all...]
  /libcore/luni/src/main/java/javax/xml/transform/
OutputKeys.java 20 package javax.xml.transform;
40 * method = "xml" | "html" | "text" | <var>expanded name</var>.
47 * then {@link javax.xml.transform.Transformer#setOutputProperty}
48 * or {@link javax.xml.transform.Transformer#setOutputProperties} will
61 * <p>When the output method is "xml", the version value specifies the
62 * version of XML to be used for outputting the result tree. The default
63 * value for the xml output method is 1.0. When the output method is
65 * The default value for the xml output method is 4.0, which specifies
91 * omit-xml-declaration = "yes" | "no".
93 * <p><code>omit-xml-declaration</code> specifies whether the XSL
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DocumentFragmentImpl.java 17 package org.apache.harmony.xml.dom;
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderFactoryImpl.java 17 package org.apache.harmony.xml.parsers;
19 import javax.xml.parsers.DocumentBuilder;
20 import javax.xml.parsers.DocumentBuilderFactory;
21 import javax.xml.parsers.ParserConfigurationException;
32 "http://xml.org/sax/features/namespaces";
35 "http://xml.org/sax/features/validation";
69 * a special feature (like http://www.org.apache.harmony.com/xml/expat)
  /libcore/luni/src/main/java/org/xml/sax/
AttributeList.java 6 package org.xml.sax;
19 * attributes. Unlike the new {@link org.xml.sax.Attributes Attributes}
23 * {@link org.xml.sax.DocumentHandler#startElement startElement}
28 * {@link org.xml.sax.helpers.AttributeListImpl AttributeListImpl}
64 * {@link org.xml.sax.Attributes Attributes}
69 * @see org.xml.sax.DocumentHandler#startElement startElement
70 * @see org.xml.sax.helpers.AttributeListImpl AttributeListImpl
123 * return the value "CDATA" as stated in the XML 1.0 Recommentation
DTDHandler.java 6 package org.xml.sax;
26 * the XML recommendation <em>requires</em> processors to report:
34 * (If the {@link org.xml.sax.ext.LexicalHandler LexicalHandler} is
48 * @see org.xml.sax.XMLReader#setDTDHandler
75 * @exception org.xml.sax.SAXException Any SAX exception, possibly
78 * @see org.xml.sax.Attributes
99 * @exception org.xml.sax.SAXException Any SAX exception, possibly
107 * @see org.xml.sax.Attributes
  /libcore/luni/src/main/java/org/xml/sax/ext/
DefaultHandler2.java 6 package org.xml.sax.ext;
9 import org.xml.sax.InputSource;
10 import org.xml.sax.SAXException;
11 import org.xml.sax.helpers.DefaultHandler;
135 * referenced (normalized as required by the XML specification), or
140 * one). This URI is defined by the XML specification to be the one
168 * referenced (normalized as required by the XML specification), or
  /libcore/luni/src/test/java/libcore/xml/
KxmlPullParserDtdTest.java 17 package libcore.xml;
  /libcore/support/src/test/java/tests/support/
Support_Xml.java 20 import javax.xml.parsers.DocumentBuilder;
21 import javax.xml.parsers.DocumentBuilderFactory;
29 public static Document domOf(String xml) throws Exception {
35 ByteArrayInputStream stream = new ByteArrayInputStream(xml.getBytes());

Completed in 1839 milliseconds

1 2 3 4 5 6 7 8 91011>>