Java org.dom4j Namespace fields, constructors, methods, implement or subclass

Example usage for Java org.dom4j Namespace fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.dom4j Namespace.

The text is from its open source code.

Field

NamespaceXML_NAMESPACE
XML Namespace
NamespaceNO_NAMESPACE
No Namespace present

Constructor

Method

Objectclone()
Nodedetach()
booleanequals(Object object)
Checks whether this Namespace equals the given Namespace.
Namespaceget(String uri)
A helper method to return the Namespace instance for no prefix and the URI
Namespaceget(String prefix, String uri)
A helper method to return the Namespace instance for the given prefix and URI
StringgetName()
StringgetPrefix()
DOCUMENT ME!
StringgetStringValue()
StringgetText()
StringgetURI()
DOCUMENT ME!
booleanhasContent()