Uses of Interface
com.sun.xml.xsom.XSAttributeDecl
-
Packages that use XSAttributeDecl Package Description com.sun.xml.xsom Interfaces that the client should use to access schema information.com.sun.xml.xsom.impl Implementation of thecom.sun.xml.xsompackage.com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSetobject.com.sun.xml.xsom.impl.scd com.sun.xml.xsom.impl.util com.sun.xml.xsom.util com.sun.xml.xsom.visitor Visitor pattern support for thecom.sun.xml.xsominterfaces. -
-
Uses of XSAttributeDecl in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSAttributeDecl Modifier and Type Method Description XSAttributeDeclXSSchema. getAttributeDecl(String localName)XSAttributeDeclXSSchemaSet. getAttributeDecl(String namespaceURI, String localName)XSAttributeDeclXSAttributeUse. getDecl()Methods in com.sun.xml.xsom that return types with arguments of type XSAttributeDecl Modifier and Type Method Description Map<String,XSAttributeDecl>XSSchema. getAttributeDecls()Gets all theXSAttributeDecls in this schema keyed by their local names.Iterator<XSAttributeDecl>XSSchema. iterateAttributeDecls()Iterator<XSAttributeDecl>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 XSAttributeDecl Modifier and Type Class Description classAttributeDeclImplMethods in com.sun.xml.xsom.impl that return XSAttributeDecl Modifier and Type Method Description XSAttributeDeclAttributeDeclImpl. getAttribute()XSAttributeDeclRef.Attribute. getAttribute()XSAttributeDeclSchemaImpl. getAttributeDecl(String name)XSAttributeDeclSchemaSetImpl. getAttributeDecl(String ns, String localName)XSAttributeDeclAttributeUseImpl. getDecl()Methods in com.sun.xml.xsom.impl that return types with arguments of type XSAttributeDecl Modifier and Type Method Description Map<String,XSAttributeDecl>SchemaImpl. getAttributeDecls()Iterator<XSAttributeDecl>SchemaImpl. iterateAttributeDecls()Iterator<XSAttributeDecl>SchemaSetImpl. iterateAttributeDecls()Methods in com.sun.xml.xsom.impl with parameters of type XSAttributeDecl Modifier and Type Method Description voidSchemaImpl. addAttributeDecl(XSAttributeDecl newDecl) -
Uses of XSAttributeDecl in com.sun.xml.xsom.impl.parser
Methods in com.sun.xml.xsom.impl.parser that return XSAttributeDecl Modifier and Type Method Description XSAttributeDeclDelayedRef.Attribute. getAttribute() -
Uses of XSAttributeDecl in com.sun.xml.xsom.impl.scd
Fields in com.sun.xml.xsom.impl.scd with type parameters of type XSAttributeDecl Modifier and Type Field Description static Axis<XSAttributeDecl>Axis. ATTRIBUTE -
Uses of XSAttributeDecl in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSAttributeDecl Modifier and Type Method Description voidSchemaTreeTraverser. 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 XSAttributeDecl Modifier and Type Method Description StringComponentNameFunction. attributeDecl(XSAttributeDecl decl)StringNameGetter. attributeDecl(XSAttributeDecl decl)BooleanXSFinder. attributeDecl(XSAttributeDecl decl)TXSFunctionFilter. attributeDecl(XSAttributeDecl decl) -
Uses of XSAttributeDecl in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSAttributeDecl Modifier and Type Method Description TXSFunction. attributeDecl(XSAttributeDecl decl)voidXSVisitor. attributeDecl(XSAttributeDecl decl)
-