| java.lang.Object com.sun.xml.xsom.impl.ComponentImpl com.sun.xml.xsom.impl.DeclarationImpl com.sun.xml.xsom.impl.ElementDecl
Constructor Summary | |
public | ElementDecl(PatcherManager reader, SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl fa, String _tns, String _name, boolean _anonymous, XmlString _defv, XmlString _fixedv, boolean _nillable, boolean _abstract, Ref.Type _type, Ref.Element _substHead, int _substDisallowed, int _substExcluded, List<IdentityConstraintImpl> idConstraints) |
ElementDecl | public ElementDecl(PatcherManager reader, SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl fa, String _tns, String _name, boolean _anonymous, XmlString _defv, XmlString _fixedv, boolean _nillable, boolean _abstract, Ref.Type _type, Ref.Element _substHead, int _substDisallowed, int _substExcluded, List<IdentityConstraintImpl> idConstraints)(Code) | | |
isAbstract | public boolean isAbstract()(Code) | | |
isElementDecl | public boolean isElementDecl()(Code) | | |
isModelGroup | public boolean isModelGroup()(Code) | | |
isModelGroupDecl | public boolean isModelGroupDecl()(Code) | | |
isNillable | public boolean isNillable()(Code) | | |
isSubstitutionDisallowed | public boolean isSubstitutionDisallowed(int method)(Code) | | |
isSubstitutionExcluded | public boolean isSubstitutionExcluded(int method)(Code) | | |
isWildcard | public boolean isWildcard()(Code) | | |
updateSubstitutabilityMap | public void updateSubstitutabilityMap()(Code) | | |
|
|