Example usage for Java org.dom4j Namespace fields, constructors, methods, implement or subclass
The text is from its open source code.
Namespace | XML_NAMESPACE XML Namespace |
Namespace | NO_NAMESPACE No Namespace present |
Namespace(String prefix, String uri) DOCUMENT ME! |
Object | clone() |
Node | detach() |
boolean | equals(Object object) Checks whether this Namespace equals the given Namespace. |
Namespace | get(String uri) A helper method to return the Namespace instance for no prefix and the URI |
Namespace | get(String prefix, String uri) A helper method to return the Namespace instance for the given prefix and URI |
String | getName() |
String | getPrefix() DOCUMENT ME! |
String | getStringValue() |
String | getText() |
String | getURI() DOCUMENT ME! |
boolean | hasContent() |