Uses of Interface
com.sun.xml.xsom.XSAttributeDecl
Packages that use XSAttributeDecl
Package
Description
Interfaces that the client should use to access schema information.
Implementation of the
com.sun.xml.xsom
package.Parser that reads XML Schema documents and builds an
XSSchemaSet
object.Visitor pattern support for the
com.sun.xml.xsom
interfaces.-
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 theXSAttributeDecl
s 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 TypeMethodDescriptionvoid
SchemaTreeTraverser.attributeDecl
(XSAttributeDecl decl) void
SchemaWriter.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) void
XSVisitor.attributeDecl
(XSAttributeDecl decl) -
Uses of XSAttributeDecl in io.atlasmap.xml.core.schema
Methods in io.atlasmap.xml.core.schema with parameters of type XSAttributeDeclModifier and TypeMethodDescriptionvoid
AtlasRewritingXSVisitor.attributeDecl
(XSAttributeDecl decl)