Class Namespace
Stay organized with collections
Save and categorize content based on your preferences.
Namespace
A representation of an XML namespace.
Methods
Method | Return type | Brief description |
getPrefix() | String | Gets the prefix for the namespace. |
getURI() | String | Gets the URI for the namespace. |
Detailed documentation
getPrefix()
Gets the prefix for the namespace.
Return
String
— the prefix for the namespace
getURI()
Gets the URI for the namespace.
Return
String
— the URI for the namespace
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-05 UTC.
[null,null,["Last updated 2024-12-05 UTC."],[[["\u003cp\u003eRepresents an XML namespace and provides methods for interacting with it.\u003c/p\u003e\n"],["\u003cp\u003eIncludes methods to retrieve the prefix (\u003ccode\u003egetPrefix()\u003c/code\u003e) and URI (\u003ccode\u003egetURI()\u003c/code\u003e) associated with the namespace.\u003c/p\u003e\n"],["\u003cp\u003eBoth \u003ccode\u003egetPrefix()\u003c/code\u003e and \u003ccode\u003egetURI()\u003c/code\u003e methods return string values representing the respective namespace components.\u003c/p\u003e\n"]]],[],null,["# Class Namespace\n\nNamespace\n\nA representation of an XML namespace. \n\n### Methods\n\n| Method | Return type | Brief description |\n|-----------------------------|-------------|------------------------------------|\n| [getPrefix()](#getPrefix()) | `String` | Gets the prefix for the namespace. |\n| [getURI()](#getURI()) | `String` | Gets the URI for the namespace. |\n\nDetailed documentation\n----------------------\n\n### `get``Prefix()`\n\nGets the prefix for the namespace.\n\n#### Return\n\n\n`String` --- the prefix for the namespace\n\n*** ** * ** ***\n\n### `get``URI()`\n\nGets the URI for the namespace.\n\n#### Return\n\n\n`String` --- the URI for the namespace"]]