Uses of Interface
com.sun.xml.xsom.XSAttributeDecl
Packages that use XSAttributeDecl
Package
Description
Reads XML Schema grammar from XSOM and builds the model for TXW.
-
Uses of XSAttributeDecl in com.sun.tools.txw2.builder.xsd
Methods in com.sun.tools.txw2.builder.xsd with parameters of type XSAttributeDecl -
Uses of XSAttributeDecl in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema with parameters of type XSAttributeDeclModifier and TypeMethodDescriptionvoidBindGreen.attributeDecl(XSAttributeDecl xsAttributeDecl) voidBindPurple.attributeDecl(XSAttributeDecl xsAttributeDecl) voidBindRed.attributeDecl(XSAttributeDecl ad) voidBindYellow.attributeDecl(XSAttributeDecl xsAttributeDecl) -
Uses of XSAttributeDecl in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSAttributeDeclModifier and TypeMethodDescriptionXSSchema.getAttributeDecl(String localName) XSSchemaSet.getAttributeDecl(String namespaceURI, String localName) XSAttributeUse.getDecl()Methods in com.sun.xml.xsom that return types with arguments of type XSAttributeDeclModifier and TypeMethodDescriptionXSSchema.getAttributeDecls()Gets all theXSAttributeDecls in this schema keyed by their local names.XSSchema.iterateAttributeDecls()XSSchemaSet.iterateAttributeDecls()Iterates all atribute declarations in all the schemas. -
Uses of XSAttributeDecl in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement XSAttributeDeclMethods in com.sun.xml.xsom.impl that return XSAttributeDeclModifier and TypeMethodDescriptionAttributeDeclImpl.getAttribute()Ref.Attribute.getAttribute()SchemaImpl.getAttributeDecl(String name) SchemaSetImpl.getAttributeDecl(String ns, String localName) AttributeUseImpl.getDecl()Methods in com.sun.xml.xsom.impl that return types with arguments of type XSAttributeDeclModifier and TypeMethodDescriptionSchemaImpl.getAttributeDecls()SchemaImpl.iterateAttributeDecls()SchemaSetImpl.iterateAttributeDecls()Methods in com.sun.xml.xsom.impl with parameters of type XSAttributeDecl -
Uses of XSAttributeDecl in com.sun.xml.xsom.impl.parser
Methods in com.sun.xml.xsom.impl.parser that return XSAttributeDecl -
Uses of XSAttributeDecl in com.sun.xml.xsom.impl.scd
Fields in com.sun.xml.xsom.impl.scd with type parameters of type XSAttributeDecl -
Uses of XSAttributeDecl in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSAttributeDeclModifier and TypeMethodDescriptionvoidSchemaTreeTraverser.attributeDecl(XSAttributeDecl decl) voidSchemaWriter.attributeDecl(XSAttributeDecl decl) -
Uses of XSAttributeDecl in com.sun.xml.xsom.util
Methods in com.sun.xml.xsom.util with parameters of type XSAttributeDeclModifier and TypeMethodDescriptionComponentNameFunction.attributeDecl(XSAttributeDecl decl) NameGetter.attributeDecl(XSAttributeDecl decl) XSFinder.attributeDecl(XSAttributeDecl decl) XSFunctionFilter.attributeDecl(XSAttributeDecl decl) -
Uses of XSAttributeDecl in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSAttributeDeclModifier and TypeMethodDescriptionXSFunction.attributeDecl(XSAttributeDecl decl) voidXSVisitor.attributeDecl(XSAttributeDecl decl)