net.sf.jasperreports.engine.util
Class XmlNamespace

java.lang.Object
  extended by net.sf.jasperreports.engine.util.XmlNamespace

public class XmlNamespace
extends java.lang.Object

An XML namespace.

Version:
$Id: XmlNamespace.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
See Also:
JRXmlWriteHelper.startElement(String, XmlNamespace)

Constructor Summary
XmlNamespace(java.lang.String uri, java.lang.String prefix, java.lang.String schemaURI)
          Creates an XML namespace.
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlNamespace

public XmlNamespace(java.lang.String uri,
                    java.lang.String prefix,
                    java.lang.String schemaURI)
Creates an XML namespace.

Parameters:
uri - the namespace URI
prefix - the namespace prefix
schemaURI - the URI of the XML schema associated with the namespace
Method Detail

getNamespaceURI

public java.lang.String getNamespaceURI()
Returns the namespace URI.

Returns:
the namespace URI

getPrefix

public java.lang.String getPrefix()
Returns the namespace prefix.

Returns:
the namespace prefix

getSchemaURI

public java.lang.String getSchemaURI()
Returns the URI of the XML schema associated with the namespace.

Returns:
the namespace XML schema URI


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com