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 Summary
ConstructorsConstructorDescriptionXmlNamespace
(String uri, String prefix, String schemaURI) Creates an XML namespace. -
Method Summary
Modifier and TypeMethodDescriptionReturns the namespace URI.Returns the namespace prefix.Returns the URI of the XML schema associated with the namespace.
-
Constructor Details
-
XmlNamespace
Creates an XML namespace.- Parameters:
uri
- the namespace URIprefix
- the namespace prefixschemaURI
- the URI of the XML schema associated with the namespace
-
-
Method Details
-
getNamespaceURI
Returns the namespace URI.- Returns:
- the namespace URI
-
getPrefix
Returns the namespace prefix.- Returns:
- the namespace prefix
-
getSchemaURI
Returns the URI of the XML schema associated with the namespace.- Returns:
- the namespace XML schema URI
-