| java.lang.Object com.sun.xml.xsom.impl.SchemaSetImpl
Method Summary | |
public SchemaImpl | createSchema(String targetNamespace, Locator location) Gets a reference to the existing schema or creates a new one
if none exists yet. | public XSSimpleType | getAnySimpleType() | public XSComplexType | getAnyType() | public XSAttGroupDecl | getAttGroupDecl(String ns, String localName) | public XSAttributeDecl | getAttributeDecl(String ns, String localName) | public XSComplexType | getComplexType(String ns, String localName) | public XSElementDecl | getElementDecl(String ns, String localName) | public XSContentType | getEmpty() | public XSIdentityConstraint | getIdentityConstraint(String ns, String localName) | public XSModelGroupDecl | getModelGroupDecl(String ns, String localName) | public XSSchema | getSchema(String targetNamespace) | public XSSchema | getSchema(int idx) | public int | getSchemaSize() | final public Collection<XSSchema> | getSchemas() | public XSSimpleType | getSimpleType(String ns, String localName) | public XSType | getType(String ns, String localName) | public Iterator<XSAttGroupDecl> | iterateAttGroupDecls() | public Iterator<XSAttributeDecl> | iterateAttributeDecls() | public Iterator<XSComplexType> | iterateComplexTypes() | public Iterator<XSElementDecl> | iterateElementDecls() | public Iterator<XSIdentityConstraint> | iterateIdentityConstraints() | public Iterator<XSModelGroupDecl> | iterateModelGroupDecls() | public Iterator<XSNotation> | iterateNotations() | public Iterator<XSSchema> | iterateSchema() | public Iterator<XSSimpleType> | iterateSimpleTypes() | public Iterator<XSType> | iterateTypes() | public Collection<XSComponent> | select(String scd, NamespaceContext nsContext) | public XSComponent | selectSingle(String scd, NamespaceContext nsContext) |
anySimpleType | final public AnySimpleType anySimpleType(Code) | | |
anyType | final public AnyType anyType(Code) | | |
createSchema | public SchemaImpl createSchema(String targetNamespace, Locator location)(Code) | | Gets a reference to the existing schema or creates a new one
if none exists yet.
|
getSchemaSize | public int getSchemaSize()(Code) | | |
|
|