Container to hold documents that contain the same namespace definition. Makes certain data available based on these documents like if this namespace has dependencies, or which external dependencies (by namespace depended on) are defined in these documents.
| Type | Name and description |
|---|---|
java.lang.Object |
documentsList of documents all containing the same namepsace. |
java.lang.Object |
externalDependenciesSet of namespaces defined by targetNamespace in xsd files that are
not found in current common parent directory. |
boolean |
hasDependenciesFlags this object as having dependencies. |
static org.gradle.api.logging.Logger |
log |
java.lang.Object |
namespaceNamespace defined by targetNamespace common to all documents. |
| Constructor and description |
|---|
XsdNamespace
()Creates this container. |
XsdNamespace
(java.lang.String namespace)Creates this container. |
XsdNamespace
(java.lang.String namespace, java.util.List<BaseSchemaDocument> documents)Creates this container. |
| Type | Name and description |
|---|---|
java.lang.String |
toString()Converts this object to human readable string. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
List of documents all containing the same namepsace.
Set of namespaces defined by targetNamespace in xsd files that are
not found in current common parent directory.
Flags this object as having dependencies.
Namespace defined by targetNamespace common to all documents.
Creates this container.
Creates this container.
namespace - namespace for this containerCreates this container.
namespace - namespace for this containerdocuments - documents that contain the same unique namespaceGroovy Documentation