Uses of Class
com.sun.tools.rngom.digested.DAnnotation.Attribute
-
Packages that use DAnnotation.Attribute Package Description com.sun.tools.rngom.digested 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 com.sun.tools.rngom.digested
Methods in com.sun.tools.rngom.digested that return DAnnotation.Attribute Modifier and Type Method Description DAnnotation.AttributeDAnnotation. getAttribute(String nsUri, String localName)Gets the attribute of a given name.DAnnotation.AttributeDAnnotation. getAttribute(QName n)Methods in com.sun.tools.rngom.digested that return types with arguments of type DAnnotation.Attribute Modifier and Type Method Description Map<QName,DAnnotation.Attribute>DAnnotation. getAttributes()Gets the read-only view of all the attributes.
-