Searched refs:defaultAttributes (Results 1 – 3 of 3) sorted by relevance
37 public Element(ElementType type, boolean defaultAttributes) { in Element() argument39 if (defaultAttributes) theAtts = new AttributesImpl(type.atts()); in Element()
63 private boolean defaultAttributes = DEFAULT_DEFAULT_ATTRIBUTES; field in Parser339 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()
org/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class ...