public static class XSLogicalParser.AddedImport
extends java.lang.Object
| Constructor and Description |
|---|
XSLogicalParser.AddedImport(java.lang.String pTargetNamespace,
java.lang.String pSchemaLocation)
Creates a new instance with the given target namespace and
schema location.
|
XSLogicalParser.AddedImport(java.lang.String pTargetNamespace,
java.lang.String pSchemaLocation,
org.w3c.dom.Node pNode)
Creates a new instance with the given target namespace and
schema location.
|
XSLogicalParser.AddedImport(XsAnyURI pTargetNamespace,
java.lang.String pSchemaLocation)
Creates a new instance with the given target namespace and
schema location.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object pOther) |
java.lang.String |
getNamespace()
Returns the imported schemas target namespace.
|
org.w3c.dom.Node |
getNode()
Returns the DOM node, from which the schema is being loaded.
|
java.lang.String |
getSchemaLocation()
Returns the URL, from which the schema is being loaded.
|
int |
hashCode() |
public XSLogicalParser.AddedImport(XsAnyURI pTargetNamespace, java.lang.String pSchemaLocation)
pTargetNamespace - The schemas target namespace.pSchemaLocation - The schemas location.public XSLogicalParser.AddedImport(java.lang.String pTargetNamespace,
java.lang.String pSchemaLocation)
pTargetNamespace - The schemas target namespace.pSchemaLocation - The schemas location.public XSLogicalParser.AddedImport(java.lang.String pTargetNamespace,
java.lang.String pSchemaLocation,
org.w3c.dom.Node pNode)
pTargetNamespace - The schemas target namespace.pSchemaLocation - The schemas location.pNode - The schemas contents as a DOM node.public boolean equals(java.lang.Object pOther)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String getNamespace()
public java.lang.String getSchemaLocation()
public org.w3c.dom.Node getNode()