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.xsom
package.com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSet
object. -
-
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 QName
BGMBuilder. 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 boolean
BIGlobalBinding. canBeMappedToTypeSafeEnum(XSDeclaration decl)
-
Uses of XSDeclaration in com.sun.xml.xsom
Subinterfaces of XSDeclaration in com.sun.xml.xsom Modifier and Type Interface Description interface
XSAttContainer
Common aspect ofXSComplexType
andXSAttGroupDecl
as the container of attribute uses/attribute groups.interface
XSAttGroupDecl
Attribute group declaration.interface
XSAttributeDecl
Attribute declaration.interface
XSComplexType
Complex type.interface
XSElementDecl
Element declaration.interface
XSListSimpleType
List simple type.interface
XSModelGroupDecl
Named model group declaration.interface
XSNotation
Notation declaration.interface
XSRestrictionSimpleType
Restriction simple type.interface
XSSimpleType
Simple type.interface
XSType
Base interface forXSComplexType
andXSSimpleType
.interface
XSUnionSimpleType
Union 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 class
AttGroupDeclImpl
class
AttributeDeclImpl
class
AttributesHolder
class
ComplexTypeImpl
class
ElementDecl
class
ListSimpleTypeImpl
class
ModelGroupDeclImpl
class
NotationImpl
class
RestrictionSimpleTypeImpl
class
SimpleTypeImpl
class
UnionSimpleTypeImpl
Constructors 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 void
NGCCRuntimeEx. checkDoubleDefError(XSDeclaration c)
static boolean
NGCCRuntimeEx. ignorableDuplicateComponent(XSDeclaration c)
void
DelayedRef. redefine(XSDeclaration d)
If this reference refers to the given declaration, resolve the reference now.
-