public class XmlNamespace extends Object
JRXmlWriteHelper.startElement(String, XmlNamespace)| Constructor and Description |
|---|
XmlNamespace(String uri,
String prefix,
String schemaURI)
Creates an XML namespace.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespaceURI()
Returns the namespace URI.
|
String |
getPrefix()
Returns the namespace prefix.
|
String |
getSchemaURI()
Returns the URI of the XML schema associated with the namespace.
|
public String getNamespaceURI()
public String getPrefix()
public String getSchemaURI()
Copyright © 2017. All rights reserved.