Uses of Class org.dom4j.QName

Uses in package org.dom4j.io

Methods with parameter type org.dom4j.QName

QName
Constructs a STAX QNamefrom a DOM4J QName.

Methods with return type org.dom4j.QName

QName
Constructs a new DOM4J QName from the provided JAXP QName.

Uses in package org.dom4j.util

Constructors with parameter type org.dom4j.QName

IndexedElement.IndexedElement(QName qname, int attributeCount)
NonLazyElement.NonLazyElement(QName qname, int attributeCount)

Fields of type org.dom4j.QName

QName
QName
QName

Methods with parameter type org.dom4j.QName

Attribute
boolean
AttributeHelper.booleanValue(Element element, QName attributeQName)
int
Attribute
ProxyDocumentFactory.createAttribute(Element owner, QName qname, String value)
Attribute
UserDataDocumentFactory.createAttribute(Element owner, QName qname, String value)
Element
Element
Element
Element
Element
Element
IndexedDocumentFactory.createElement(QName qname, int attributeCount)
Element
List
void
void
void

Methods with return type org.dom4j.QName

QName
QName
ProxyDocumentFactory.createQName(String qualifiedName, String uri)
QName
ProxyDocumentFactory.createQName(String name, String prefix, String uri)
QName
ProxyDocumentFactory.createQName(String localName, Namespace namespace)
QName
QName
QName

Uses in package org.dom4j.datatype

Constructors with parameter type org.dom4j.QName

DatatypeAttribute.DatatypeAttribute(QName qname, XSDatatype datatype)
DatatypeAttribute.DatatypeAttribute(QName qname, XSDatatype datatype, String text)
DatatypeElement.DatatypeElement(QName qname, XSDatatype datatype)
DatatypeElement.DatatypeElement(QName qname, int attributeCount, XSDatatype type)

Methods with parameter type org.dom4j.QName

Attribute
DatatypeDocumentFactory.createAttribute(Element owner, QName qname, String value)
Attribute
DatatypeElementFactory.createAttribute(Element owner, QName qname, String value)
Element
XSDatatype
DOCUMENT ME!
XSDatatype
DOCUMENT ME!
DatatypeElementFactory
Registers the given DatatypeElementFactory for the given <element> schema element
void
DatatypeElementFactory.setAttributeXSDatatype(QName attributeQName, XSDatatype type)
Registers the given XSDatatype for the given <attribute> QNames
void

Methods with return type org.dom4j.QName

QName
Returns the QName of this attribute which represents the local name, the qualified name and the Namespace.
QName
DOCUMENT ME!

Uses in package org.dom4j

Methods with parameter type org.dom4j.QName

Element
Element.addAttribute(QName qName, String value)
Adds the attribute value of the given fully qualified name.
Element
Adds a new Element node with the given QNameto this branch and returns a reference to the new node.
Attribute
DOCUMENT ME!
String
This returns the attribute value for the attribute with the given fully qualified name or null if there is no such attribute or the empty string if the attribute value is empty.
String
Element.attributeValue(QName qName, String defaultValue)
This returns the attribute value for the attribute with the given fully qualified name or the default value if there is no such attribute value.
Attribute
DocumentFactory.createAttribute(Element owner, QName qname, String value)
Attribute
DocumentHelper.createAttribute(Element owner, QName qname, String value)
Element
Creates a deep copy of this element with the given fully qualified name.
Element
Element
Element
Returns the first element for the given fully qualified name.
Iterator
Returns an iterator over the elements contained in this element which match the given fully qualified name.
String
String
List
Returns the elements contained in this element with the given fully qualified name.
QName
DOCUMENT ME!
void
Element.setAttributeValue(QName qName, String value)
Sets the attribute value of the given fully qualified name.
void
Sets the QName of this element which represents the local name, the qualified name and the Namespace.

Methods with return type org.dom4j.QName

QName
DocumentFactory.createQName(String localName)
QName
DocumentHelper.createQName(String localName)
QName
DocumentFactory.createQName(String qualifiedName, String uri)
QName
DocumentFactory.createQName(String name, String prefix, String uri)
QName
DocumentFactory.createQName(String localName, Namespace namespace)
QName
DocumentHelper.createQName(String localName, Namespace namespace)
QName
QName.get(String name)
QName
QName.get(String qualifiedName, String uri)
QName
QName.get(String name, String prefix, String uri)
QName
QName.get(String name, Namespace namespace)
QName
QName.get(String localName, Namespace namespace, String qualifiedName)
QName
Returns the QName of this attribute which represents the local name, the qualified name and the Namespace.
QName
Returns the QName of this element which represents the local name, the qualified name and the Namespace.
QName
Element.getQName(String qualifiedName)
Returns the QName for the given qualified name, using the namespace URI in scope for the given prefix of the qualified name or the default namespace if the qualified name has no prefix.
QName
DOCUMENT ME!

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

SourceForge Logo