|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.jaxme.xs.impl.XSLogicalParser.AddedImport
public static class XSLogicalParser.AddedImport
This class allows to predefine schemas that are imported implicitly. This is required, for example, when processing SOAP schemas, which assume the predefined SOAP types.
Constructor Summary | |
---|---|
XSLogicalParser.AddedImport(java.lang.String pNamespace,
org.w3c.dom.Node pNode)
Creates a new implicit schema import for the namespace URI pNamespace . |
|
XSLogicalParser.AddedImport(java.lang.String pNamespace,
java.lang.String pSchemaLocation)
Creates a new implicit schema import for the namespace URI pNamespace . |
Method Summary | |
---|---|
java.lang.String |
getNamespace()
Returns the namespace URI of the imported schema. |
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. |
boolean |
isImported()
Returns whether the import was already processed. |
void |
setImported(boolean pIsImported)
Sets whether the import was already processed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSLogicalParser.AddedImport(java.lang.String pNamespace, java.lang.String pSchemaLocation)
pNamespace
. The schema is loaded from
the URL pSchemaLocation
.
public XSLogicalParser.AddedImport(java.lang.String pNamespace, org.w3c.dom.Node pNode)
pNamespace
. The schema is loaded from
the DOM node pNode
.
Method Detail |
---|
public boolean isImported()
public void setImported(boolean pIsImported)
public java.lang.String getNamespace()
public java.lang.String getSchemaLocation()
public org.w3c.dom.Node getNode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |