/libcore/luni/src/main/java/javax/xml/validation/ |
SchemaFactory.java | 18 // $Id: SchemaFactory.java 884952 2009-11-27 18:55:08Z mrglavas $ 37 * {@link SchemaFactory} is a schema compiler. It reads external 41 * The {@link SchemaFactory} class is not thread-safe. In other words, 43 * one thread is using a {@link SchemaFactory} object at any 48 * {@link SchemaFactory} is not re-entrant. While one of the 66 * The {@link SchemaFactory} class is capable of locating other 102 public abstract class SchemaFactory { 109 * <p>Derived classes must create {@link SchemaFactory} objects that have 113 protected SchemaFactory() { 117 * <p>Lookup an implementation of the <code>SchemaFactory</code> that supports the specifie [all...] |
SchemaFactoryFinder.java | 36 * Implementation of {@link SchemaFactory#newInstance(String)}. 84 * <p><code>ClassLoader</code> to use to find <code>SchemaFactory</code>.</p> 90 * to find <code>SchemaFactory</code>.</p> 93 * to be used to load resource, {@link SchemaFactory}, and 121 * <p>Creates a new {@link SchemaFactory} object for the specified 125 * See {@link SchemaFactory Schema Language} table in <code>SchemaFactory</code> 133 public SchemaFactory newFactory(String schemaLanguage) { 137 SchemaFactory f = _newFactory(schemaLanguage); 149 * <p>Lookup a <code>SchemaFactory</code> for the given <code>schemaLanguage</code>.</p [all...] |
SchemaFactoryLoader.java | 29 public abstract SchemaFactory newFactory(String schemaLanguage);
|
Schema.java | 40 * A {@link Schema} object is usually created from {@link SchemaFactory}.
|
/frameworks/base/docs/html/sdk/api_diff/9/changes/ |
javax.xml.validation.SchemaFactory.html | 10 javax.xml.validation.SchemaFactory 74 Class javax.xml.validation.<A HREF="../../../../reference/javax/xml/validation/SchemaFactory.html" target="_top"><font size="+2"><code>SchemaFactory</code></font></A> 86 <A NAME="javax.xml.validation.SchemaFactory.newInstance_added(java.lang.String, java.lang.String, java.lang.ClassLoader)"></A> 87 <nobr><code>SchemaFactory</code> <A HREF="../../../../reference/javax/xml/validation/SchemaFactory.html#newInstance(java.lang.String, java.lang.String, java.lang.ClassLoader)" target="_top"><code>newInstance</code></A>(<code>String,</nobr> String<nobr>,</nobr> ClassLoader<nobr><nobr></code>)</nobr> 101 <A NAME="javax.xml.validation.SchemaFactory.newInstance_changed(java.lang.String)"></A> 102 <nobr><code>SchemaFactory</code> <A HREF="../../../../reference/javax/xml/validation/SchemaFactory.html#newInstance(java.lang.String)" target="_top"><code>newInstance</code></A>(<code>String</code>) </nobr>
|
pkg_javax.xml.validation.html | 84 <A NAME="SchemaFactory"></A> 85 <nobr><A HREF="javax.xml.validation.SchemaFactory.html">SchemaFactory</A></nobr>
|
methods_index_changes.html | 170 <nobr><A HREF="javax.xml.validation.SchemaFactory.html#javax.xml.validation.SchemaFactory.newInstance_changed(java.lang.String)" class="hiddenlink" target="rightframe">type 171 (<code>String</code>) in javax.xml.validation.SchemaFactory
|
alldiffs_index_changes.html | [all...] |
classes_index_changes.html | [all...] |
jdiff_statistics.html | 628 <TD><A HREF="javax.xml.validation.SchemaFactory.html"> 629 javax.xml.validation.SchemaFactory</A></TD> [all...] |
methods_index_all.html | [all...] |
alldiffs_index_all.html | [all...] |
classes_index_all.html | [all...] |
/libcore/luni/src/main/java/javax/xml/xpath/ |
XPathFactoryFinder.java | 32 import javax.xml.validation.SchemaFactory; 80 * <p><code>ClassLoader</code> to use to find <code>SchemaFactory</code>.</p> 86 * to find <code>SchemaFactory</code>.</p> 89 * to be used to load resource, {@link SchemaFactory}, and
|
/libcore/luni/src/test/java/tests/api/javax/xml/parsers/ |
SAXParserFactoryTest.java | 81 SchemaFactory sf = 82 SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI); 248 SchemaFactory sf = 249 SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI);
|
DocumentBuilderFactoryTest.java | 171 SchemaFactory sf = 172 SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI); 692 SchemaFactory sf = 693 SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI);
|
DocumentBuilderTest.java | 152 SchemaFactory sf = 153 SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI);
|
SAXParserTest.java | 261 SchemaFactory sf = 262 SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI); [all...] |
/prebuilts/devtools/tools/lib/ |
dvlib.jar | |
sdklib.jar | |
/prebuilts/sdk/11/ |
android.jar | |
/prebuilts/sdk/12/ |
android.jar | |
/prebuilts/sdk/16/ |
android.jar | |
/prebuilts/sdk/9/ |
android.jar | |
/frameworks/base/docs/html/sdk/api_diff/9/ |
user_comments_for_8_to_9.xml | [all...] |