Uses of Interface
com.sun.xml.xsom.XSAttributeDecl
-
-
Uses of XSAttributeDecl in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSAttributeDecl Modifier and Type Method Description XSAttributeDeclXSSchema. getAttributeDecl(java.lang.String localName)XSAttributeDeclXSSchemaSet. getAttributeDecl(java.lang.String namespaceURI, java.lang.String localName)XSAttributeDeclXSAttributeUse. getDecl()Methods in com.sun.xml.xsom that return types with arguments of type XSAttributeDecl Modifier and Type Method Description java.util.Map<java.lang.String,XSAttributeDecl>XSSchema. getAttributeDecls()Gets all theXSAttributeDecls in this schema keyed by their local names.java.util.Iterator<XSAttributeDecl>XSSchema. iterateAttributeDecls()java.util.Iterator<XSAttributeDecl>XSSchemaSet. iterateAttributeDecls()Iterates all atribute declarations in all the schemas.
-