Adds a schema being imported by the parser. This feature is useful, if a schema silently assumes the presence of additional datatypes. For example, a WSDL definition will contain references to SOAP datatypes without explicit import.
@param pNamespace Matches the "xs:import" nodes "namespace" attribute.In particular it may be null, in which case the imported schema may not have a targetNamespace. @param pSchemaLocation Matches the "xs:import" nodes "schemaLocation"attribute. In particular it may be null. @see #addImport(String,Node)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|