Slurps and finds XSD specific data
| Type | Name and description |
|---|---|
java.util.Set<java.io.File> |
findResolvedXsdImports(java.lang.String namespace, java.util.Set<java.lang.String> importedDependencies, java.util.Map<java.lang.String, java.io.File> absoluteDependencies)Finds defined imports on the xsd document. |
java.util.Set<java.io.File> |
findResolvedXsdIncludes(java.lang.String namespace, java.lang.String fileName, java.util.Set<java.lang.String> includedDependencies, java.util.Map<java.lang.String, java.io.File> absoluteDependencies)Finds defined includes on the xsd document. |
java.lang.String |
slurpNamespace(groovy.util.slurpersupport.GPathResult slurpedDocument, java.io.File documentFile)Slurps the namespace of the XSD document. |
Finds defined imports on the xsd document.
namespace - the namesapce of the document being operated onimportedDependencies - Set of imported dependencies this document
has definedabsoluteDependencies - map of absolute dependencies to query for the
imported dependenciesFinds defined includes on the xsd document.
namespace - the namesapce of the document being operated onfileName - the name of the xsd document being operated onincludedDependencies - Set of included dependencies this document
has definedabsoluteDependencies - map of absolute dependencies to query for the
imported dependenciesSlurps the namespace of the XSD document.
slurpedDocument - slurped object to operate ondocumentFile - xsd file in systetm