Uses of Interface
com.sun.xml.xsom.XSDeclaration
-
Packages that use XSDeclaration Package Description 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.com.sun.xml.xsom.impl.scd -
-
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
(package private) class
DeclarationImpl
class
ElementDecl
class
ListSimpleTypeImpl
class
ModelGroupDeclImpl
class
NotationImpl
class
RestrictionSimpleTypeImpl
private class
SchemaSetImpl.AnySimpleType
private class
SchemaSetImpl.AnyType
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. -
Uses of XSDeclaration in com.sun.xml.xsom.impl.scd
Methods in com.sun.xml.xsom.impl.scd with parameters of type XSDeclaration Modifier and Type Method Description protected boolean
Step.Named. match(XSDeclaration d)
Constructor parameters in com.sun.xml.xsom.impl.scd with type arguments of type XSDeclaration Constructor Description Named(Axis<? extends XSDeclaration> axis, UName n)
Named(Axis<? extends XSDeclaration> axis, java.lang.String nsUri, java.lang.String localName)
-