Searched refs:defaultAttributes (Results 1 – 6 of 6) 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()
54 EquivalentAddressGroup eag, Attributes defaultAttributes) { in takeOrCreateSubchannel() argument58 subchannel = helper.createSubchannel(eag, defaultAttributes); in takeOrCreateSubchannel()
43 Subchannel takeOrCreateSubchannel(EquivalentAddressGroup eag, Attributes defaultAttributes); in takeOrCreateSubchannel() argument
26 UInt32 defaultAttributes) in Init() argument32 _defaultAttributes = defaultAttributes; in Init()
68 UInt32 defaultAttributes);