public class XMLSchema
extends java.lang.Object
Constructor and Description |
---|
XMLSchema(java.lang.String fileNamespace)
Constructor - sets the schema file namespace only.
|
XMLSchema(java.lang.String fileNamespace,
java.lang.String externalFileUri)
Constructor - the schema file name will be extracted from the external
file uri.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExternalFileUri()
Gets the external file uri
|
java.lang.String |
getFileName()
Gets the file name
|
java.lang.String |
getFileNamespace()
Gets the file namespace
|
java.lang.String |
getLocalFileDir()
Gets the local file directory path
|
java.lang.String |
getLocalFileUri()
Gets the local file uri
|
void |
setExternalFileUri(java.lang.String externalFileUri)
Sets the external file uri.
|
void |
setFileName(java.lang.String fileName)
Set the file name.
|
void |
setFileNamespace(java.lang.String fileNamespace)
Sets the file namespace
|
void |
setLocalFileUri(java.lang.String localFileUri)
Sets the local file uri.
|
public XMLSchema(java.lang.String fileNamespace, java.lang.String externalFileUri)
fileNamespace
- the file's name spaceexternalFileUri
- the external uri where the schema is locatedpublic XMLSchema(java.lang.String fileNamespace)
namespace
- the file's name spacepublic void setFileName(java.lang.String fileName)
fileName
- the file name to setpublic java.lang.String getFileName()
public void setFileNamespace(java.lang.String fileNamespace)
fileNamespace
- the namespace to setpublic java.lang.String getFileNamespace()
public void setExternalFileUri(java.lang.String externalFileUri)
externalFileUri
- the external file uri to setpublic java.lang.String getExternalFileUri()
public void setLocalFileUri(java.lang.String localFileUri)
localFileUri
- the base uri to set.public java.lang.String getLocalFileUri()
public java.lang.String getLocalFileDir()
Copyright © 2016 Regents of the University of California. All Rights Reserved.