public class SchemaInfo
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
protected boolean |
imported |
|
protected boolean |
included |
|
protected org.w3c.dom.Element |
schemaElement |
|
protected java.lang.String |
schemaLocation |
|
protected javax.xml.transform.Source |
schemaSource |
|
protected java.lang.String |
systemID |
|
protected java.lang.String |
targetNamespace |
| Constructor | Description |
|---|---|
SchemaInfo(java.lang.String systemID,
java.lang.String targetNamespace,
javax.xml.transform.Source schema) |
|
SchemaInfo(java.lang.String systemID,
java.lang.String targetNamespace,
org.w3c.dom.Element schema) |
| Modifier and Type | Method | Description |
|---|---|---|
org.w3c.dom.Element |
getSchemaElement() |
|
java.lang.String |
getSchemaLocation() |
Gets the schemaLocation of this SchemaInfo
|
javax.xml.transform.Source |
getSchemaSource() |
Gets the schemaSource of this SchemaInfo
|
java.lang.String |
getSystemID() |
Gets the systemID of this SchemaInfo
|
java.lang.String |
getTargetNamespace() |
Gets the targetNamespace of this SchemaInfo
|
boolean |
isImported() |
Gets the imported of this SchemaInfo
|
boolean |
isIncluded() |
Gets the included of this SchemaInfo
|
void |
setImported(boolean imported) |
Sets the imported of this SchemaInfo
|
void |
setIncluded(boolean included) |
Sets the included of this SchemaInfo
|
void |
setSchemaElement(org.w3c.dom.Element schemaElement) |
|
void |
setSchemaLocation(java.lang.String schemaLocation) |
Sets the schemaLocation of this SchemaInfo
|
void |
setSchemaSource(javax.xml.transform.Source schemaSource) |
Sets the schemaSource of this SchemaInfo
|
void |
setSystemID(java.lang.String systemID) |
Sets the systemID of this SchemaInfo
|
void |
setTargetNamespace(java.lang.String targetNamespace) |
Sets the targetNamespace of this SchemaInfo
|
protected java.lang.String systemID
protected java.lang.String targetNamespace
protected boolean imported
protected boolean included
protected java.lang.String schemaLocation
protected javax.xml.transform.Source schemaSource
protected org.w3c.dom.Element schemaElement
public SchemaInfo(java.lang.String systemID,
java.lang.String targetNamespace,
org.w3c.dom.Element schema)
public SchemaInfo(java.lang.String systemID,
java.lang.String targetNamespace,
javax.xml.transform.Source schema)
public java.lang.String getSystemID()
public void setSystemID(java.lang.String systemID)
systemID - the systemID to setpublic java.lang.String getTargetNamespace()
public void setTargetNamespace(java.lang.String targetNamespace)
targetNamespace - the targetNamespace to setpublic boolean isImported()
public void setImported(boolean imported)
imported - the imported to setpublic boolean isIncluded()
public void setIncluded(boolean included)
included - the included to setpublic java.lang.String getSchemaLocation()
public void setSchemaLocation(java.lang.String schemaLocation)
schemaLocation - the schemaLocation to setpublic javax.xml.transform.Source getSchemaSource()
public void setSchemaSource(javax.xml.transform.Source schemaSource)
schemaSource - the schemaSource to setpublic org.w3c.dom.Element getSchemaElement()
public void setSchemaElement(org.w3c.dom.Element schemaElement)
Copyright © 2018 Oracle Corporation. All rights reserved.