Uses of Class org.dom4j.Namespace

Uses in package org.dom4j.io

Methods with parameter type org.dom4j.Namespace

AttributesImpl
SAXWriter.addNamespaceAttribute(AttributesImpl attrs, Namespace namespace)
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
SAXWriter.isIgnoreableNamespace(Namespace namespace, org.dom4j.tree.NamespaceStack namespaceStack)
DOCUMENT ME!
boolean
boolean
void
Writes the given Namespace.
void
Writes a DOM4J Namespaceto the stream.
void
void
DOMWriter.writeNamespace(org.w3c.dom.Element domElement, Namespace namespace)

Methods with return type org.dom4j.Namespace

Namespace
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.

Uses in package org.dom4j.util

Constructors with parameter type org.dom4j.Namespace

NonLazyElement.NonLazyElement(String name, Namespace namespace)

Methods with parameter type org.dom4j.Namespace

int
QName
ProxyDocumentFactory.createQName(String localName, Namespace namespace)

Methods with return type org.dom4j.Namespace

Namespace
ProxyDocumentFactory.createNamespace(String prefix, String uri)

Uses in package org.dom4j.datatype

Methods with parameter type org.dom4j.Namespace

void
SchemaParser.build(Document schemaDocument, Namespace namespace)
void
DatatypeDocumentFactory.loadSchema(Document document, String schemaInstanceURI, Namespace namespace)
void
DatatypeDocumentFactory.loadSchema(Document schemaDocument, Namespace targetNamespace)

Uses in package org.dom4j

Constructors with parameter type org.dom4j.Namespace

QName.QName(String name, Namespace namespace)
QName.QName(String name, Namespace namespace, String qualifiedName)

Fields of type org.dom4j.Namespace

Namespace
No Namespace present
Namespace
XML Namespace

Methods with parameter type org.dom4j.Namespace

void
Element.add(Namespace namespace)
Adds the given Namespace to this element.
QName
DocumentFactory.createQName(String localName, Namespace namespace)
QName
DocumentHelper.createQName(String localName, Namespace namespace)
QName
QName.get(String name, Namespace namespace)
QName
QName.get(String localName, Namespace namespace, String qualifiedName)
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
Visitor.visit(Namespace namespace)
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
Namespace.get(String uri)
A helper method to return the Namespace instance for no prefix and the URI
Namespace
Namespace.get(String prefix, String uri)
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
Returns the Namespace which is mapped to the given prefix or null if it could not be found.
Namespace
Returns the Namespace which is mapped to the given URI or null if it could not be found.

Copyright B) 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo