Methods Summary |
---|
public com.sun.org.apache.xerces.internal.xs.XSObjectList | getAnnotations()[annotations]: a set of annotations if it exists, otherwise an empty
XSObjectList .
|
public com.sun.org.apache.xerces.internal.xs.XSAttributeDeclaration | getAttributeDeclaration(java.lang.String name)Convenience method. Returns a top-level attribute declaration.
|
public com.sun.org.apache.xerces.internal.xs.XSAttributeGroupDefinition | getAttributeGroup(java.lang.String name)Convenience method. Returns a top-level attribute group definition.
|
public com.sun.org.apache.xerces.internal.xs.XSNamedMap | getComponents(short objectType)[schema components]: a list of top-level components, i.e. element
declarations, attribute declarations, etc.
|
public com.sun.org.apache.xerces.internal.xs.StringList | getDocumentLocations()[document location] - a list of location URIs for the documents that
contributed to the XSModel .
|
public com.sun.org.apache.xerces.internal.xs.XSElementDeclaration | getElementDeclaration(java.lang.String name)Convenience method. Returns a top-level element declaration.
|
public com.sun.org.apache.xerces.internal.xs.XSModelGroupDefinition | getModelGroupDefinition(java.lang.String name)Convenience method. Returns a top-level model group definition.
|
public com.sun.org.apache.xerces.internal.xs.XSNotationDeclaration | getNotationDeclaration(java.lang.String name)Convenience method. Returns a top-level notation declaration.
|
public java.lang.String | getSchemaNamespace()[schema namespace]: A namespace name or null if absent.
|
public com.sun.org.apache.xerces.internal.xs.XSTypeDefinition | getTypeDefinition(java.lang.String name)Convenience method. Returns a top-level simple or complex type
definition.
|