Uses of Class
org.kohsuke.rngom.digested.DAnnotation.Attribute
Packages that use DAnnotation.Attribute
Package
Description
Another RELAX NG AST implementation that optimizes away
inclusions and some other syntax sugars, while still retaining
all the annotations, location information, and etc.
-
Uses of DAnnotation.Attribute in org.kohsuke.rngom.digested
Methods in org.kohsuke.rngom.digested that return DAnnotation.AttributeModifier and TypeMethodDescriptionDAnnotation.getAttribute
(String nsUri, String localName) Gets the attribute of a given name.DAnnotation.getAttribute
(QName n) Methods in org.kohsuke.rngom.digested that return types with arguments of type DAnnotation.AttributeModifier and TypeMethodDescriptionDAnnotation.getAttributes()
Gets the read-only view of all the attributes.