Home
last modified time | relevance | path

Searched refs:defaultAttributes (Results 1 – 3 of 3) sorted by relevance

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DElement.java37 public Element(ElementType type, boolean defaultAttributes) { in Element() argument
39 if (defaultAttributes) theAtts = new AttributesImpl(type.atts()); in Element()
DParser.java63 private boolean defaultAttributes = DEFAULT_DEFAULT_ATTRIBUTES; field in Parser
339 else if (name.equals(defaultAttributesFeature)) defaultAttributes = value; in setFeature()
468 theStack = new Element(theSchema.getElementType("<root>"), defaultAttributes); in setup()
469 thePCDATA = new Element(theSchema.getElementType("<pcdata>"), defaultAttributes); in setup()
971 theNewElement = new Element(type, defaultAttributes); in gi()
1049 Element parent = new Element(parentType, defaultAttributes); in rectify()
/external/vogar/lib/
Dkxml-libcore-20110123.jarorg/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class ...