public class XmlHandlerNamespace
extends java.lang.Object
Constructor and Description |
---|
XmlHandlerNamespace() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInternalSchemaResource()
Returns a resource name that resolves to an internal XML schema
resource.
|
java.lang.String |
getNamespaceURI()
Returns the namespace used by the handler.
|
java.lang.String |
getPublicSchemaLocation()
Returns the public location of the handler XML schema.
|
void |
setInternalSchemaResource(java.lang.String internalSchemaResource)
Sets the name of the internal XML schema resource.
|
void |
setNamespaceURI(java.lang.String namespaceURI)
Sets the namespace used by the handler.
|
void |
setPublicSchemaLocation(java.lang.String publicSchemaLocation)
Sets the public location of the handler XML schema.
|
public java.lang.String getNamespaceURI()
The XML representation of the values will use this namespace.
public void setNamespaceURI(java.lang.String namespaceURI)
namespaceURI
- public java.lang.String getPublicSchemaLocation()
This would be listed in schemaLocation
XML attributes.
public void setPublicSchemaLocation(java.lang.String publicSchemaLocation)
publicSchemaLocation
- public java.lang.String getInternalSchemaResource()
If not null, the resource (which needs to be present on the classpath) will be used when parsing XML fragments instead of the public XML schema.
public void setInternalSchemaResource(java.lang.String internalSchemaResource)
internalSchemaResource
- © 2001-2014 TIBCO Software Inc. www.jaspersoft.com