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

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Element.java 34 @param defaultAttributes True if default attributes are wanted
37 public Element(ElementType type, boolean defaultAttributes) {
39 if (defaultAttributes) theAtts = new AttributesImpl(type.atts());
Parser.java 62 private boolean defaultAttributes = DEFAULT_DEFAULT_ATTRIBUTES;
338 else if (name.equals(defaultAttributesFeature)) defaultAttributes = value;
467 theStack = new Element(theSchema.getElementType("<root>"), defaultAttributes);
468 thePCDATA = new Element(theSchema.getElementType("<pcdata>"), defaultAttributes);
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintActivity.java     [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 129 private Map<String, Map<String, String>> defaultAttributes;
878 if (defaultAttributes == null) {
879 defaultAttributes = new HashMap<String, Map<String, String>>();
881 Map<String, String> elementAttributes = defaultAttributes.get(elementName);
884 defaultAttributes.put(elementName, elementAttributes);
    [all...]

Completed in 236 milliseconds