Searched refs:defaultAttributes (Results 1 – 4 of 4) 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()
26 UInt32 defaultAttributes) in Init() argument32 _defaultAttributes = defaultAttributes; in Init()
68 UInt32 defaultAttributes);