Uses of Interface
com.sun.xml.xsom.XSAttGroupDecl
-
Packages that use XSAttGroupDecl Package Description com.sun.tools.xjc.reader.xmlschema 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 XSAttGroupDecl in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema with parameters of type XSAttGroupDecl Modifier and Type Method Description voidBindGreen. attGroupDecl(XSAttGroupDecl ag)voidBindPurple. attGroupDecl(XSAttGroupDecl xsAttGroupDecl)voidBindRed. attGroupDecl(XSAttGroupDecl ag)voidBindYellow. attGroupDecl(XSAttGroupDecl xsAttGroupDecl) -
Uses of XSAttGroupDecl in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSAttGroupDecl Modifier and Type Method Description XSAttGroupDeclXSSchema. getAttGroupDecl(String localName)XSAttGroupDeclXSSchemaSet. getAttGroupDecl(String namespaceURI, String localName)Methods in com.sun.xml.xsom that return types with arguments of type XSAttGroupDecl Modifier and Type Method Description Map<String,XSAttGroupDecl>XSSchema. getAttGroupDecls()Gets all theXSAttGroupDecls in this schema.Collection<? extends XSAttGroupDecl>XSAttContainer. getAttGroups()Iterates all AttGroups which are directly referenced from this component.Iterator<XSAttGroupDecl>XSSchema. iterateAttGroupDecls()Iterator<XSAttGroupDecl>XSSchemaSet. iterateAttGroupDecls()Iterates all attribute group declarations in all the schemas.Iterator<? extends XSAttGroupDecl>XSAttContainer. iterateAttGroups()Iterates all AttGroups which are directly referenced from this component. -
Uses of XSAttGroupDecl in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement XSAttGroupDecl Modifier and Type Class Description classAttGroupDeclImplMethods in com.sun.xml.xsom.impl that return XSAttGroupDecl Modifier and Type Method Description XSAttGroupDeclRef.AttGroup. get()XSAttGroupDeclSchemaImpl. getAttGroupDecl(String name)XSAttGroupDeclSchemaSetImpl. getAttGroupDecl(String ns, String localName)Methods in com.sun.xml.xsom.impl that return types with arguments of type XSAttGroupDecl Modifier and Type Method Description Map<String,XSAttGroupDecl>SchemaImpl. getAttGroupDecls()Set<XSAttGroupDecl>AttributesHolder. getAttGroups()Iterator<XSAttGroupDecl>SchemaImpl. iterateAttGroupDecls()Iterator<XSAttGroupDecl>SchemaSetImpl. iterateAttGroupDecls()Iterator<XSAttGroupDecl>AttributesHolder. iterateAttGroups()Methods in com.sun.xml.xsom.impl with parameters of type XSAttGroupDecl Modifier and Type Method Description voidSchemaImpl. addAttGroupDecl(XSAttGroupDecl newDecl, boolean overwrite) -
Uses of XSAttGroupDecl in com.sun.xml.xsom.impl.parser
Methods in com.sun.xml.xsom.impl.parser that return XSAttGroupDecl Modifier and Type Method Description XSAttGroupDeclDelayedRef.AttGroup. get() -
Uses of XSAttGroupDecl in com.sun.xml.xsom.impl.scd
Fields in com.sun.xml.xsom.impl.scd with type parameters of type XSAttGroupDecl Modifier and Type Field Description static Axis<XSAttGroupDecl>Axis. ATTRIBUTE_GROUP -
Uses of XSAttGroupDecl in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSAttGroupDecl Modifier and Type Method Description voidSchemaTreeTraverser. attGroupDecl(XSAttGroupDecl decl)voidSchemaWriter. attGroupDecl(XSAttGroupDecl decl)voidSchemaTreeTraverser. dumpRef(XSAttGroupDecl decl)Creates node of attribute group decalration reference.voidSchemaWriter. dumpRef(XSAttGroupDecl decl) -
Uses of XSAttGroupDecl in com.sun.xml.xsom.util
Methods in com.sun.xml.xsom.util with parameters of type XSAttGroupDecl Modifier and Type Method Description StringComponentNameFunction. attGroupDecl(XSAttGroupDecl decl)StringNameGetter. attGroupDecl(XSAttGroupDecl decl)BooleanXSFinder. attGroupDecl(XSAttGroupDecl decl)TXSFunctionFilter. attGroupDecl(XSAttGroupDecl decl) -
Uses of XSAttGroupDecl in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSAttGroupDecl Modifier and Type Method Description TXSFunction. attGroupDecl(XSAttGroupDecl decl)voidXSVisitor. attGroupDecl(XSAttGroupDecl decl)
-