Searched refs:defaultAttributes (Results 1 - 2 of 2) sorted by relevance

/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DElement.java34 @param defaultAttributes True if default attributes are wanted
37 public Element(ElementType type, boolean defaultAttributes) { argument
39 if (defaultAttributes) theAtts = new AttributesImpl(type.atts());
H A DParser.java62 private boolean defaultAttributes = DEFAULT_DEFAULT_ATTRIBUTES; field in class:Parser
338 else if (name.equals(defaultAttributesFeature)) defaultAttributes = value;
467 theStack = new Element(theSchema.getElementType("<root>"), defaultAttributes);
468 thePCDATA = new Element(theSchema.getElementType("<pcdata>"), defaultAttributes);
970 theNewElement = new Element(type, defaultAttributes);
1048 Element parent = new Element(parentType, defaultAttributes);

Completed in 55 milliseconds