Package net.sf.jasperreports.engine.util
Class XmlNamespace
java.lang.Object
net.sf.jasperreports.engine.util.XmlNamespace
An XML namespace.
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionXmlNamespace(String uri, String prefix, String schemaURI) Creates an XML namespace.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the namespace URI.Returns the namespace prefix.Returns the URI of the XML schema associated with the namespace.
- 
Constructor Details- 
XmlNamespaceCreates 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- 
getNamespaceURIReturns the namespace URI.- Returns:
- the namespace URI
 
- 
getPrefixReturns the namespace prefix.- Returns:
- the namespace prefix
 
- 
getSchemaURIReturns the URI of the XML schema associated with the namespace.- Returns:
- the namespace XML schema URI
 
 
-