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

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
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 40 private Schema theSchema;
354 return theSchema;
387 theSchema = (Schema)value;
446 if (!(theSchema.getURI().equals("")))
447 theContentHandler.startPrefixMapping(theSchema.getPrefix(),
448 theSchema.getURI());
458 if (theSchema == null) theSchema = new HTMLSchema();
467 theStack = new Element(theSchema.getElementType("<root>"), defaultAttributes);
468 thePCDATA = new Element(theSchema.getElementType("<pcdata>"), defaultAttributes)
    [all...]
CommandLine.java 122 private static HTMLSchema theSchema = null;
137 theSchema = new HTMLSchema();
138 r.setProperty(Parser.schemaProperty, theSchema);
250 x.setPrefix(theSchema.getURI(), "");

Completed in 231 milliseconds