Searched refs:attrDesc (Results 1 – 5 of 5) sorted by relevance
41 public UiSeparatorAttributeNode(SeparatorAttributeDescriptor attrDesc, in UiSeparatorAttributeNode() argument43 super(attrDesc, uiParent); in UiSeparatorAttributeNode()
457 for (AttributeDescriptor attrDesc : getAttributeDescriptors()) { in getHiddenAttributeDescriptors()458 if (attrDesc instanceof XmlnsAttributeDescriptor) { in getHiddenAttributeDescriptors()460 ((XmlnsAttributeDescriptor) attrDesc).getXmlNsName(), in getHiddenAttributeDescriptors()461 attrDesc); in getHiddenAttributeDescriptors() local817 public UiAttributeNode findUiAttribute(AttributeDescriptor attrDesc) { in findUiAttribute() argument818 return getInternalUiAttributes().get(attrDesc); in findUiAttribute()1060 for (AttributeDescriptor attrDesc : getAttributeDescriptors()) { in createXmlNode()1061 if (attrDesc instanceof XmlnsAttributeDescriptor) { in createXmlNode()1062 XmlnsAttributeDescriptor desc = (XmlnsAttributeDescriptor) attrDesc; in createXmlNode()1069 UiAttributeNode uiAttr = getInternalUiAttributes().get(attrDesc); in createXmlNode()
749 ReferenceAttributeDescriptor attrDesc = null; in validateSelectedAttribute() local763 attrDesc = (ReferenceAttributeDescriptor) desc; in validateSelectedAttribute()772 if (attrDesc != null && in validateSelectedAttribute()773 (attrDesc.getResourceType() == null || in validateSelectedAttribute()774 attrDesc.getResourceType() == ResourceType.STRING)) { in validateSelectedAttribute()
533 AttributeDescriptor attrDesc = attr.getDescriptor(); in toSimpleElement() local535 attrDesc.getNamespaceUri(), in toSimpleElement()536 attrDesc.getXmlLocalName(), in toSimpleElement()
849 for (AttributeDescriptor attrDesc : desc.getAttributes()) { in elementCanHaveChildren()850 if (attrDesc instanceof TextValueDescriptor) { in elementCanHaveChildren()