Uses of Interface
com.sun.xml.xsom.XSDeclaration

Packages that use XSDeclaration
com.sun.xml.xsom Interfaces that the client should use to access schema information. 
com.sun.xml.xsom.impl Implementation of the com.sun.xml.xsom package. 
com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds an XSSchemaSet object. 
 

Uses of XSDeclaration in com.sun.xml.xsom
 

Subinterfaces of XSDeclaration in com.sun.xml.xsom
 interface XSAttContainer
          Common aspect of XSComplexType and XSAttGroupDecl 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 for XSComplexType and XSSimpleType.
 interface XSUnionSimpleType
          Union simple type.
 

Uses of XSDeclaration in com.sun.xml.xsom.impl
 

Classes in com.sun.xml.xsom.impl that implement XSDeclaration
 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
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
 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.
 



Copyright © 2012 Oracle. All Rights Reserved.