HomeSort by relevance Sort by last modified time
    Searched defs:theSchema (Results 1 - 16 of 16) sorted by null

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
CommandLine.java 122 private static HTMLSchema theSchema = null;
137 theSchema = new HTMLSchema();
138 r.setProperty(Parser.schemaProperty, theSchema);
250 x.setPrefix(theSchema.getURI(), "");
ElementType.java 33 private Schema theSchema; // schema to which this belongs
56 theSchema = schema;
72 return attribute ? "" : theSchema.getURI();
164 public Schema schema() {return theSchema;}
Parser.java 41 private Schema theSchema;
355 return theSchema;
388 theSchema = (Schema)value;
447 if (!(theSchema.getURI().equals("")))
448 theContentHandler.startPrefixMapping(theSchema.getPrefix(),
449 theSchema.getURI());
459 if (theSchema == null) theSchema = new HTMLSchema();
468 theStack = new Element(theSchema.getElementType("<root>"), defaultAttributes);
469 thePCDATA = new Element(theSchema.getElementType("<pcdata>"), defaultAttributes)
    [all...]
  /external/robolectric/v3/runtime/
tagsoup-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/
tagsoup-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/
tagsoup-1.2.1.jar 
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-r1.jar 

Completed in 238 milliseconds