Uses of Class
aQute.bnd.annotation.xml.XMLAttribute
-
Packages that use XMLAttribute Package Description aQute.bnd.component aQute.bnd.metatype aQute.bnd.xmlattribute -
-
Uses of XMLAttribute in aQute.bnd.component
Methods in aQute.bnd.component with parameters of type XMLAttribute Modifier and Type Method Description private void
AnnotationReader. doXmlAttribute(Annotation annotation, XMLAttribute xmlAttr)
-
Uses of XMLAttribute in aQute.bnd.metatype
Methods in aQute.bnd.metatype with parameters of type XMLAttribute Modifier and Type Method Description private void
DesignateReader. doXmlAttribute(Annotation annotation, XMLAttribute xmlAttr)
private void
OCDReader.OCDDataCollector. doXmlAttribute(Annotation annotation, XMLAttribute xmlAttr)
-
Uses of XMLAttribute in aQute.bnd.xmlattribute
Fields in aQute.bnd.xmlattribute declared as XMLAttribute Modifier and Type Field Description (package private) XMLAttribute
XMLAttributeFinder. xmlAttr
Fields in aQute.bnd.xmlattribute with type parameters of type XMLAttribute Modifier and Type Field Description (package private) java.util.Map<Descriptors.TypeRef,XMLAttribute>
XMLAttributeFinder. annoCache
protected java.util.Map<XMLAttribute,Annotation>
ExtensionDef. attributes
Methods in aQute.bnd.xmlattribute that return XMLAttribute Modifier and Type Method Description XMLAttribute
XMLAttributeFinder. getXMLAttribute(Annotation a)
Methods in aQute.bnd.xmlattribute with parameters of type XMLAttribute Modifier and Type Method Description void
ExtensionDef. addExtensionAttribute(XMLAttribute xmlAttr, Annotation a)
private boolean
ExtensionDef. matches(XMLAttribute xmlAttr, java.lang.String docNS)
-