| Frames | No Frames |
Methods with parameter type org.dom4j.Namespace | |
| AttributesImpl | If isDelcareNamespaceAttributes() is enabled then this method will add
the given namespace declaration to the supplied attributes object,
creating one if it does not exist. |
| String | |
| javax.xml.stream.events.Namespace | Constructs a STAX javax.xml.stream.events.Namespaceevent from a
DOM4J Namespace. |
| boolean | DOCUMENT ME!
|
| boolean | |
| boolean | |
| void | Writes the given Namespace. |
| void | Writes a DOM4J Namespaceto the stream. |
| void | |
| void | |
Methods with return type org.dom4j.Namespace | |
| Namespace | STAXEventReader.createNamespace(Namespace ns) Constructs a new DOM4J Namespace from the provided StAX Namespace event. |
| Namespace | DOMReader.getNamespace(String prefix, String uri) |
| Namespace | STAXEventReader.readNamespace(XMLEventReader reader) Constructs a DOM4J Namespace from the provided event stream. |
Constructors with parameter type org.dom4j.Namespace | |
Methods with parameter type org.dom4j.Namespace | |
| int | |
| QName | |
Methods with return type org.dom4j.Namespace | |
| Namespace | ProxyDocumentFactory.createNamespace(String prefix, String uri) |
Methods with parameter type org.dom4j.Namespace | |
| void | |
| void | DatatypeDocumentFactory.loadSchema(Document document, String schemaInstanceURI, Namespace namespace) |
| void | |
Constructors with parameter type org.dom4j.Namespace | |
Fields of type org.dom4j.Namespace | |
| Namespace | No Namespace present |
| Namespace | XML Namespace |
Methods with parameter type org.dom4j.Namespace | |
| void | Adds the given Namespace to this element. |
| QName | |
| QName | |
| QName | |
| QName | |
| boolean | Removes the given Namespace if the node is an immediate
child of this element. |
| void |
Sets the Namespace of this element or if this element is
read only then an UnsupportedOperationException is thrown. |
| void |
Visits the given Namespace
|
| void | |
Methods with return type org.dom4j.Namespace | |
| Namespace | DocumentFactory.createNamespace(String prefix, String uri) |
| Namespace | DocumentHelper.createNamespace(String prefix, String uri) |
| Namespace | A helper method to return the Namespace instance for no prefix and the
URI
|
| Namespace | A helper method to return the Namespace instance for the given prefix and
URI
|
| Namespace |
Returns the Namespace of this element if one exists
otherwise null is returned returned. |
| Namespace |
Returns the Namespace of this element if one exists
otherwise Namespace.NO_NAMESPACE is returned. |
| Namespace | DOCUMENT ME!
|
| Namespace | Element.getNamespaceForPrefix(String prefix)
Returns the Namespace which is mapped to the given prefix
or null if it could not be found. |
| Namespace | Element.getNamespaceForURI(String uri)
Returns the Namespace which is mapped to the given URI or
null if it could not be found. |