Uses of Interface
com.sun.xml.xsom.parser.SchemaDocument
-
Packages that use SchemaDocument Package Description com.sun.xml.xsom com.sun.xml.xsom.parser -
-
Uses of SchemaDocument in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return SchemaDocument Modifier and Type Method Description SchemaDocumentXSComponent. getSourceDocument()Gets theSchemaDocumentthat indicates which document this component was defined in.SchemaDocumentXSSchema. getSourceDocument()Deprecated.Since this method always returns null, if you are calling this method fromXSSchemaand not fromXSComponent, there's something wrong with your code. -
Uses of SchemaDocument in com.sun.xml.xsom.parser
Methods in com.sun.xml.xsom.parser that return types with arguments of type SchemaDocument Modifier and Type Method Description Set<SchemaDocument>XSOMParser. getDocuments()Gets the set ofSchemaDocumentthat represents parsed documents so far.Set<SchemaDocument>SchemaDocument. getImportedDocuments(String targetNamespace)Gets theSchemaDocuments that are imported from this document.Set<SchemaDocument>SchemaDocument. getIncludedDocuments()Gets theSchemaDocuments that are included from this document.Set<SchemaDocument>SchemaDocument. getReferencedDocuments()Set ofSchemaDocuments that are included/imported from this document.Set<SchemaDocument>SchemaDocument. getReferers()Set ofSchemaDocuments that include/import this document.Methods in com.sun.xml.xsom.parser with parameters of type SchemaDocument Modifier and Type Method Description booleanSchemaDocument. imports(SchemaDocument doc)Returns true if this document imports the given document.booleanSchemaDocument. includes(SchemaDocument doc)Returns true if this document includes the given document.
-