org.apache.ws.jaxme.xs.impl
public static class XSLogicalParser.AddedImport extends Object
| Constructor Summary | |
|---|---|
| AddedImport(XsAnyURI pTargetNamespace, String pSchemaLocation) Creates a new instance with the given target namespace and
schema location. | |
| AddedImport(String pTargetNamespace, String pSchemaLocation) Creates a new instance with the given target namespace and
schema location. | |
| AddedImport(String pTargetNamespace, String pSchemaLocation, Node pNode) Creates a new instance with the given target namespace and
schema location. | |
| Method Summary | |
|---|---|
| boolean | equals(Object pOther) |
| String | getNamespace() Returns the imported schemas target namespace. |
| Node | getNode() Returns the DOM node, from which the schema is being loaded.
|
| String | getSchemaLocation() Returns the URL, from which the schema is being loaded.
|
| int | hashCode() |
Parameters: pTargetNamespace The schemas target namespace. pSchemaLocation The schemas location.
Parameters: pTargetNamespace The schemas target namespace. pSchemaLocation The schemas location.
Parameters: pTargetNamespace The schemas target namespace. pSchemaLocation The schemas location. pNode The schemas contents as a DOM node.