Uses of Interface
com.sun.xml.xsom.XSAttributeDecl
-
Packages that use XSAttributeDecl Package Description com.sun.xml.xsom com.sun.xml.xsom.impl com.sun.xml.xsom.impl.parser com.sun.xml.xsom.impl.scd com.sun.xml.xsom.impl.util com.sun.xml.xsom.util com.sun.xml.xsom.visitor -
-
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. -
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(java.lang.String name)XSAttributeDeclSchemaSetImpl. getAttributeDecl(java.lang.String ns, java.lang.String localName)XSAttributeDeclAttributeUseImpl. getDecl()Methods in com.sun.xml.xsom.impl that return types with arguments of type XSAttributeDecl Modifier and Type Method Description java.util.Map<java.lang.String,XSAttributeDecl>SchemaImpl. getAttributeDecls()java.util.Iterator<XSAttributeDecl>SchemaImpl. iterateAttributeDecls()java.util.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 java.lang.StringComponentNameFunction. attributeDecl(XSAttributeDecl decl)java.lang.StringNameGetter. attributeDecl(XSAttributeDecl decl)java.lang.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)
-