Uses of Interface
com.sun.xml.xsom.XSDeclaration
-
Packages that use XSDeclaration Package Description com.sun.tools.xjc.reader.xmlschema com.sun.tools.xjc.reader.xmlschema.bindinfo Object Model that represents customization declarations.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. -
-
Uses of XSDeclaration in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema with parameters of type XSDeclaration Modifier and Type Method Description static QNameBGMBuilder. getName(XSDeclaration decl)Returns the QName of the declaration. -
Uses of XSDeclaration in com.sun.tools.xjc.reader.xmlschema.bindinfo
Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo with parameters of type XSDeclaration Modifier and Type Method Description booleanBIGlobalBinding. canBeMappedToTypeSafeEnum(XSDeclaration decl) -
Uses of XSDeclaration in com.sun.xml.xsom
Subinterfaces of XSDeclaration in com.sun.xml.xsom Modifier and Type Interface Description interfaceXSAttContainerCommon aspect ofXSComplexTypeandXSAttGroupDeclas the container of attribute uses/attribute groups.interfaceXSAttGroupDeclAttribute group declaration.interfaceXSAttributeDeclAttribute declaration.interfaceXSComplexTypeComplex type.interfaceXSElementDeclElement declaration.interfaceXSListSimpleTypeList simple type.interfaceXSModelGroupDeclNamed model group declaration.interfaceXSNotationNotation declaration.interfaceXSRestrictionSimpleTypeRestriction simple type.interfaceXSSimpleTypeSimple type.interfaceXSTypeBase interface forXSComplexTypeandXSSimpleType.interfaceXSUnionSimpleTypeUnion simple type. -
Uses of XSDeclaration in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement XSDeclaration Modifier and Type Class Description classAttGroupDeclImplclassAttributeDeclImplclassAttributesHolderclassComplexTypeImplclassElementDeclclassListSimpleTypeImplclassModelGroupDeclImplclassNotationImplclassRestrictionSimpleTypeImplclassSimpleTypeImplclassUnionSimpleTypeImplConstructors in com.sun.xml.xsom.impl with parameters of type XSDeclaration Constructor Description UName(XSDeclaration decl) -
Uses of XSDeclaration in com.sun.xml.xsom.impl.parser
Methods in com.sun.xml.xsom.impl.parser with parameters of type XSDeclaration Modifier and Type Method Description voidNGCCRuntimeEx. checkDoubleDefError(XSDeclaration c)static booleanNGCCRuntimeEx. ignorableDuplicateComponent(XSDeclaration c)voidDelayedRef. redefine(XSDeclaration d)If this reference refers to the given declaration, resolve the reference now.
-