public class XmlNamespace
extends java.lang.Object
JRXmlWriteHelper.startElement(String, XmlNamespace)
Constructor and Description |
---|
XmlNamespace(java.lang.String uri,
java.lang.String prefix,
java.lang.String schemaURI)
Creates an XML namespace.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNamespaceURI()
Returns the namespace URI.
|
java.lang.String |
getPrefix()
Returns the namespace prefix.
|
java.lang.String |
getSchemaURI()
Returns the URI of the XML schema associated with the namespace.
|
public XmlNamespace(java.lang.String uri, java.lang.String prefix, java.lang.String schemaURI)
uri
- the namespace URIprefix
- the namespace prefixschemaURI
- the URI of the XML schema associated with the namespacepublic java.lang.String getNamespaceURI()
public java.lang.String getPrefix()
public java.lang.String getSchemaURI()
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com