| java.lang.Object com.sun.xml.xsom.impl.SchemaImpl
Method Summary | |
public void | addAttGroupDecl(XSAttGroupDecl newDecl, boolean overwrite) | public void | addAttributeDecl(XSAttributeDecl newDecl) | public void | addComplexType(XSComplexType newDecl, boolean overwrite) | public void | addElementDecl(XSElementDecl newDecl) | public void | addForeignAttributes(ForeignAttributesImpl fa) | protected void | addIdentityConstraint(IdentityConstraintImpl c) | public void | addModelGroupDecl(XSModelGroupDecl newDecl, boolean overwrite) | public void | addNotation(XSNotation newDecl) | public void | addSimpleType(XSSimpleType newDecl, boolean overwrite) | public Object | apply(XSFunction function) | public XSAnnotation | getAnnotation() | public XSAnnotation | getAnnotation(boolean createIfNotExist) | public XSAttGroupDecl | getAttGroupDecl(String name) | public Map<String, XSAttGroupDecl> | getAttGroupDecls() | public XSAttributeDecl | getAttributeDecl(String name) | public Map<String, XSAttributeDecl> | getAttributeDecls() | public XSComplexType | getComplexType(String name) | public Map<String, XSComplexType> | getComplexTypes() | public XSElementDecl | getElementDecl(String name) | public Map<String, XSElementDecl> | getElementDecls() | public String | getForeignAttribute(String nsUri, String localName) | public List<ForeignAttributes> | getForeignAttributes() | public XSIdentityConstraint | getIdentityConstraint(String localName) | public Map<String, XSIdentityConstraint> | getIdentityConstraints() | public Locator | getLocator() | public XSModelGroupDecl | getModelGroupDecl(String name) | public Map<String, XSModelGroupDecl> | getModelGroupDecls() | public XSNotation | getNotation(String name) | public Map<String, XSNotation> | getNotations() | public XSSchema | getOwnerSchema() | public SchemaSetImpl | getRoot() | public XSSimpleType | getSimpleType(String name) | public Map<String, XSSimpleType> | getSimpleTypes() | public SchemaDocument | getSourceDocument() | public String | getTargetNamespace() | public XSType | getType(String name) | public Map<String, XSType> | getTypes() | public Iterator<XSAttGroupDecl> | iterateAttGroupDecls() | public Iterator<XSAttributeDecl> | iterateAttributeDecls() | public Iterator<XSComplexType> | iterateComplexTypes() | public Iterator<XSElementDecl> | iterateElementDecls() | public Iterator<XSModelGroupDecl> | iterateModelGroupDecls() | public Iterator<XSNotation> | iterateNotations() | public Iterator<XSSimpleType> | iterateSimpleTypes() | public Iterator<XSType> | iterateTypes() | public Collection<XSComponent> | select(String scd, NamespaceContext nsContext) | public XSComponent | selectSingle(String scd, NamespaceContext nsContext) | public void | setAnnotation(XSAnnotation a) | public void | visit(XSVisitor visitor) |
|
|