Searched refs:AttributeGroups (Results 1 – 8 of 8) sorted by relevance
153 …typedef ::std::hash_multimap< AttributeDescription, PropertyGroup, AttributeHash > AttributeGroups; typedef156 const AttributeGroups& lcl_getAttributeGroups() in lcl_getAttributeGroups()159 static AttributeGroups s_attributeGroups; in lcl_getAttributeGroups()166 … s_attributeGroups.insert( AttributeGroups::value_type( desc->attribute, desc->propertyGroup ) ); in lcl_getAttributeGroups()224 const AttributeGroups& rAttributeGroups = lcl_getAttributeGroups(); in getPropertyGroupList()226 ::std::pair< AttributeGroups::const_iterator, AttributeGroups::const_iterator > in getPropertyGroupList()241 … for ( AttributeGroups::const_iterator group = range.first; group != range.second; ++group ) in getPropertyGroupList()
54 AttributeGroups = new TypeContainer<>(); in SchemaBase()79 else if (AttributeGroups.Contains(sTypeName)) in GetTypeForName()80 return AttributeGroups.Get(sTypeName); in GetTypeForName()118 public final TypeContainer<AttributeGroup> AttributeGroups; field in SchemaBase
51 AttributeGroups = aBase.AttributeGroups; in Schema()105 public final TypeContainer<AttributeGroup> AttributeGroups; field in Schema
168 WriteComment(" %d Attribute Groups.", aSchema.AttributeGroups.GetCount()); in WriteAttributeGroups()169 for (final Node aType : aSchema.AttributeGroups.GetSorted()) in WriteAttributeGroups()
76 return aSchemaBase.AttributeGroups.Get(maReferencedElement); in GetReferencedAttributeGroup()
74 maTargetSchemaBase.AttributeGroups.Add( in Visit()
170 WriteTopLevelNodes(maSchemaBase.AttributeGroups.GetSorted()); in WriteJsonData()
234 maSchemaBase.AttributeGroups.Add(ParseAttributeGroup()); in ProcessTopLevelStartElement()
Completed in 49 milliseconds