Home
last modified time | relevance | path

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

/system/tools/xsdc/src/com/android/xsdc/
DXmlSchema.java29 final private Map<String, XsdAttributeGroup> attributeGroupMap; field in XmlSchema
35 Map<String, XsdAttributeGroup> attributeGroupMap, in XmlSchema() argument
40 this.attributeGroupMap = attributeGroupMap; in XmlSchema()
58 return attributeGroupMap; in getAttributeGroupMap()
73 attributeGroupMap.putAll(schema.getAttributeGroupMap()); in include()