Uses of Interface
com.sun.xml.xsom.XSAttributeDecl
-
Packages that use XSAttributeDecl Package Description com.sun.xml.xsom com.sun.xml.xsom.impl.parser 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(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.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.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)
-