Class XmlNamespace

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

public class XmlNamespace extends Object
An XML namespace.
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
See Also:
  • Constructor Details

    • XmlNamespace

      public XmlNamespace(String uri, String prefix, 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 Details

    • getNamespaceURI

      public String getNamespaceURI()
      Returns the namespace URI.
      Returns:
      the namespace URI
    • getPrefix

      public String getPrefix()
      Returns the namespace prefix.
      Returns:
      the namespace prefix
    • getSchemaURI

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