Uses of Class
org.dom4j.QName
Packages that use QName
Package
Description
Defines the XML Document Object Model in Java interfaces together
with some helper classes.
An implementation of the dom4j API which allows JavaBeans to be used to
store and retrieve attribute values from Element.
An implementation of the dom4j API which also supports the
W3C object model.
Provides input and output via SAX and DOM together with writing dom4j
objects to streams as XML text.
Contains the default implementations of the dom4j Document Object Model
together with some helpful base classes for those wishing to
implement their own document object model.
A collection of utility classes for the dom4j API.
-
Uses of QName in org.dom4j
Modifier and TypeMethodDescriptionDocumentFactory.createQName
(String localName) DocumentFactory.createQName
(String qualifiedName, String uri) DocumentFactory.createQName
(String name, String prefix, String uri) DocumentFactory.createQName
(String localName, Namespace namespace) static QName
DocumentHelper.createQName
(String localName) static QName
DocumentHelper.createQName
(String localName, Namespace namespace) static QName
static QName
static QName
static QName
static QName
Attribute.getQName()
Returns theQName
of this attribute which represents the local name, the qualified name and theNamespace
.Element.getQName()
Returns theQName
of this element which represents the local name, the qualified name and theNamespace
.Returns theQName
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.protected QName
DOCUMENT ME!Modifier and TypeMethodDescriptionElement.addAttribute
(QName qName, String value) Adds the attribute value of the given fully qualified name.Branch.addElement
(QName qname) Adds a newElement
node with the givenQName
to this branch and returns a reference to the new node.DOCUMENT ME!Element.attributeValue
(QName qName) 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.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.DocumentFactory.createAttribute
(Element owner, QName qname, String value) static Attribute
DocumentHelper.createAttribute
(Element owner, QName qname, String value) Element.createCopy
(QName qName) Creates a deep copy of this element with the given fully qualified name.DocumentFactory.createElement
(QName qname) static Element
DocumentHelper.createElement
(QName qname) Returns the first element for the given fully qualified name.Element.elementIterator
(QName qName) Returns an iterator over the elements contained in this element which match the given fully qualified name.Returns the elements contained in this element with the given fully qualified name.Element.elementText
(QName qname) Element.elementTextTrim
(QName qname) protected QName
DOCUMENT ME!void
Element.setAttributeValue
(QName qName, String value) Deprecated.As of version 0.5.void
Sets theQName
of this element which represents the local name, the qualified name and theNamespace
. -
Uses of QName in org.dom4j.bean
Methods in org.dom4j.bean that return QNameModifier and TypeMethodDescriptionBeanAttribute.getQName()
BeanAttributeList.getQName
(int index) BeanMetaData.getQName
(int index) Methods in org.dom4j.bean with parameters of type QNameModifier and TypeMethodDescriptionBeanElement.addAttribute
(QName qName, String value) BeanDocumentFactory.createAttribute
(Element owner, QName qname, String value) protected Object
BeanDocumentFactory.createBean
(QName qname) protected Object
BeanDocumentFactory.createBean
(QName qname, Attributes attributes) BeanDocumentFactory.createElement
(QName qname) BeanDocumentFactory.createElement
(QName qname, Attributes attributes) int
Constructors in org.dom4j.bean with parameters of type QName -
Uses of QName in org.dom4j.dom
Methods in org.dom4j.dom that return QNameMethods in org.dom4j.dom with parameters of type QNameModifier and TypeMethodDescriptionDOMDocumentFactory.createAttribute
(Element owner, QName qname, String value) DOMDocumentFactory.createElement
(QName qname) DOMDocumentFactory.createElement
(QName qname, int attributeCount) Constructors in org.dom4j.dom with parameters of type QNameModifierConstructorDescriptionDOMAttribute
(Element parent, QName qname, String value) DOMAttribute
(QName qname) DOMAttribute
(QName qname, String value) DOMElement
(QName qname) DOMElement
(QName qname, int attributeCount) -
Uses of QName in org.dom4j.io
Methods in org.dom4j.io that return QNameModifier and TypeMethodDescriptionSTAXEventReader.createQName
(QName qname) Constructs a new DOM4J QName from the provided JAXP QName.Methods in org.dom4j.io with parameters of type QName -
Uses of QName in org.dom4j.tree
Methods in org.dom4j.tree that return QNameModifier and TypeMethodDescriptionprotected QName
NamespaceStack.createQName
(String localName, String qualifiedName, Namespace namespace) Factory method to creeate new QName instances.protected QName
QNameCache.createQName
(String name) Factory method to create a new QName object which can be overloaded to create derived QName instancesprotected QName
QNameCache.createQName
(String name, Namespace namespace) Factory method to create a new QName object which can be overloaded to create derived QName instancesprotected QName
QNameCache.createQName
(String name, Namespace namespace, String qualifiedName) Factory method to create a new QName object which can be overloaded to create derived QName instancesDOCUMENT ME!DOCUMENT ME!DOCUMENT ME!NamespaceStack.getAttributeQName
(String namespaceURI, String localName, String qualifiedName) BaseElement.getQName()
DefaultElement.getQName()
FlyweightAttribute.getQName()
DOCUMENT ME!protected QName
NamespaceStack.pushQName
(String localName, String qualifiedName, Namespace namespace, String prefix) Adds the QName to the stack of available QNamesMethods in org.dom4j.tree with parameters of type QNameModifier and TypeMethodDescriptionAbstractElement.addAttribute
(QName qName, String value) AbstractBranch.addElement
(QName qname) AbstractDocument.addElement
(QName qName) AbstractElement.attributeValue
(QName qName) AbstractElement.attributeValue
(QName qName, String defaultValue) AbstractElement.createCopy
(QName qName) protected Element
AbstractElement.createElement
(QName qName) AbstractElement.elementIterator
(QName qName) AbstractElement.elementText
(QName qName) AbstractElement.elementTextTrim
(QName qName) DOCUMENT ME!void
AbstractElement.setAttributeValue
(QName qName, String value) Deprecated.As of version 0.5.void
void
Constructors in org.dom4j.tree with parameters of type QNameModifierConstructorDescriptionBaseElement
(QName qname) DefaultAttribute
(Element parent, QName qname, String value) DefaultAttribute
(QName qname) DefaultAttribute
(QName qname, String value) DefaultElement
(QName qname) DefaultElement
(QName qname, int attributeCount) ElementQNameIterator
(Iterator proxy, QName qName) Deprecated.FlyweightAttribute
(QName qname) FlyweightAttribute
(QName qname, String value) -
Uses of QName in org.dom4j.util
Fields in org.dom4j.util declared as QNameModifier and TypeFieldDescriptionprotected static final QName
XMLErrorHandler.ERROR_QNAME
protected static final QName
XMLErrorHandler.FATALERROR_QNAME
protected static final QName
XMLErrorHandler.WARNING_QNAME
Methods in org.dom4j.util that return QNameModifier and TypeMethodDescriptionProxyDocumentFactory.createQName
(String localName) ProxyDocumentFactory.createQName
(String qualifiedName, String uri) ProxyDocumentFactory.createQName
(String name, String prefix, String uri) ProxyDocumentFactory.createQName
(String localName, Namespace namespace) XMLErrorHandler.getErrorQName()
XMLErrorHandler.getFatalErrorQName()
XMLErrorHandler.getWarningQName()
Methods in org.dom4j.util with parameters of type QNameModifier and TypeMethodDescriptionstatic boolean
AttributeHelper.booleanValue
(Element element, QName attributeQName) int
ProxyDocumentFactory.createAttribute
(Element owner, QName qname, String value) UserDataDocumentFactory.createAttribute
(Element owner, QName qname, String value) IndexedDocumentFactory.createElement
(QName qname) IndexedDocumentFactory.createElement
(QName qname, int attributeCount) NonLazyDocumentFactory.createElement
(QName qname) ProxyDocumentFactory.createElement
(QName qname) UserDataDocumentFactory.createElement
(QName qname) protected Element
UserDataElement.createElement
(QName qName) void
XMLErrorHandler.setErrorQName
(QName errorQName) void
XMLErrorHandler.setFatalErrorQName
(QName fatalErrorQName) void
XMLErrorHandler.setWarningQName
(QName warningQName) Constructors in org.dom4j.util with parameters of type QNameModifierConstructorDescriptionIndexedElement
(QName qname) IndexedElement
(QName qname, int attributeCount) NonLazyElement
(QName qname) NonLazyElement
(QName qname, int attributeCount) UserDataAttribute
(QName qname) UserDataAttribute
(QName qname, String text) UserDataElement
(QName qname)