|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SchemaDocument | |
|---|---|
| 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. |
| com.sun.xml.xsom.parser | Classes to parse XML Schema documents into objects of com.sun.xml.xsom package. |
| Uses of SchemaDocument in com.sun.xml.xsom |
|---|
| Methods in com.sun.xml.xsom that return SchemaDocument | |
|---|---|
SchemaDocument |
XSComponent.getSourceDocument()
Gets the SchemaDocument that indicates which document this component
was defined in. |
SchemaDocument |
XSSchema.getSourceDocument()
Deprecated. Since this method always returns null, if you are calling this method from XSSchema and not from XSComponent,
there's something wrong with your code. |
| Uses of SchemaDocument in com.sun.xml.xsom.impl |
|---|
| Methods in com.sun.xml.xsom.impl that return SchemaDocument | |
|---|---|
SchemaDocument |
ComponentImpl.getSourceDocument()
|
SchemaDocument |
SchemaImpl.getSourceDocument()
|
| Uses of SchemaDocument in com.sun.xml.xsom.impl.parser |
|---|
| Classes in com.sun.xml.xsom.impl.parser that implement SchemaDocument | |
|---|---|
class |
SchemaDocumentImpl
SchemaDocument implementation. |
| Methods in com.sun.xml.xsom.impl.parser that return types with arguments of type SchemaDocument | |
|---|---|
Set<SchemaDocument> |
SchemaDocumentImpl.getImportedDocuments(String targetNamespace)
|
Set<SchemaDocument> |
SchemaDocumentImpl.getIncludedDocuments()
|
Set<SchemaDocument> |
SchemaDocumentImpl.getReferencedDocuments()
|
Set<SchemaDocument> |
SchemaDocumentImpl.getReferers()
|
| Methods in com.sun.xml.xsom.impl.parser with parameters of type SchemaDocument | |
|---|---|
boolean |
SchemaDocumentImpl.imports(SchemaDocument doc)
|
boolean |
SchemaDocumentImpl.includes(SchemaDocument doc)
|
| Uses of SchemaDocument in com.sun.xml.xsom.parser |
|---|
| Methods in com.sun.xml.xsom.parser that return types with arguments of type SchemaDocument | |
|---|---|
Set<SchemaDocument> |
XSOMParser.getDocuments()
Gets the set of SchemaDocument that represents
parsed documents so far. |
Set<SchemaDocument> |
SchemaDocument.getImportedDocuments(String targetNamespace)
Gets the SchemaDocuments that are imported from this document. |
Set<SchemaDocument> |
SchemaDocument.getIncludedDocuments()
Gets the SchemaDocuments that are included from this document. |
Set<SchemaDocument> |
SchemaDocument.getReferencedDocuments()
Set of SchemaDocuments that are included/imported from this document. |
Set<SchemaDocument> |
SchemaDocument.getReferers()
Set of SchemaDocuments that include/import this document. |
| Methods in com.sun.xml.xsom.parser with parameters of type SchemaDocument | |
|---|---|
boolean |
SchemaDocument.imports(SchemaDocument doc)
Returns true if this document imports the given document. |
boolean |
SchemaDocument.includes(SchemaDocument doc)
Returns true if this document includes the given document. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||