Uses of Interface
com.sun.xml.xsom.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
Modifier and TypeMethodDescriptionXSSchema.getAttributeDecl
(String localName) XSSchemaSet.getAttributeDecl
(String namespaceURI, String localName) XSAttributeUse.getDecl()
Modifier 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
Modifier and TypeMethodDescriptionAttributeDeclImpl.getAttribute()
Ref.Attribute.getAttribute()
SchemaImpl.getAttributeDecl
(String name) SchemaSetImpl.getAttributeDecl
(String ns, String localName) AttributeUseImpl.getDecl()
Modifier and TypeMethodDescriptionSchemaImpl.getAttributeDecls()
SchemaImpl.iterateAttributeDecls()
SchemaSetImpl.iterateAttributeDecls()
-
Uses of XSAttributeDecl in com.sun.xml.xsom.impl.parser
-
Uses of XSAttributeDecl in com.sun.xml.xsom.impl.scd
-
Uses of XSAttributeDecl in com.sun.xml.xsom.impl.util
Modifier and TypeMethodDescriptionvoid
SchemaTreeTraverser.attributeDecl
(XSAttributeDecl decl) void
SchemaWriter.attributeDecl
(XSAttributeDecl decl) -
Uses of XSAttributeDecl in com.sun.xml.xsom.util
Modifier 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
Modifier and TypeMethodDescriptionXSFunction.attributeDecl
(XSAttributeDecl decl) void
XSVisitor.attributeDecl
(XSAttributeDecl decl) -
Uses of XSAttributeDecl in io.atlasmap.xml.core.schema
Modifier and TypeMethodDescriptionvoid
AtlasRewritingXSVisitor.attributeDecl
(XSAttributeDecl decl)