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 QNameDocumentHelper.createQName(String localName) static QNameDocumentHelper.createQName(String localName, Namespace namespace) static QNamestatic QNamestatic QNamestatic QNamestatic QNameAttribute.getQName()Returns theQNameof this attribute which represents the local name, the qualified name and theNamespace.Element.getQName()Returns theQNameof this element which represents the local name, the qualified name and theNamespace.Returns theQNamefor 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 QNameDOCUMENT ME!Modifier and TypeMethodDescriptionDocumentFactory.getQNames()Returns a list of all the QName instances currently used by this document factoryModifier and TypeMethodDescriptionElement.addAttribute(QName qName, String value) Adds the attribute value of the given fully qualified name.Branch.addElement(QName qname) Adds a newElementnode with the givenQNameto 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 AttributeDocumentHelper.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 ElementDocumentHelper.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 QNameDOCUMENT ME!voidElement.setAttributeValue(QName qName, String value) Deprecated.As of version 0.5.voidSets theQNameof this element which represents the local name, the qualified name and theNamespace. -
Uses of QName in org.dom4j.bean
Fields in org.dom4j.bean declared as QNameMethods 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 ObjectBeanDocumentFactory.createBean(QName qname) protected ObjectBeanDocumentFactory.createBean(QName qname, Attributes attributes) BeanDocumentFactory.createElement(QName qname) BeanDocumentFactory.createElement(QName qname, Attributes attributes) intConstructors 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
Fields in org.dom4j.io with type parameters of type QNameMethods 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
Fields in org.dom4j.tree declared as QNameModifier and TypeFieldDescriptionprivate QNameBaseElement.qnameTheQNamefor this elementprivate QNameDefaultElement.qnameTheQNamefor this elementprivate QNameFlyweightAttribute.qnameTheQNamefor this elementprivate QNameElementQNameIterator.qNameDeprecated.Fields in org.dom4j.tree with type parameters of type QNameModifier and TypeFieldDescriptionNamespaceStack.currentNamespaceCacheA cache of current namespace context cache of mapping from qualifiedName to QNameQNameCache.namespaceCacheNamespaceStack.namespaceCacheListThe cache of qualifiedNames to QNames per namespace contextQNameCache.noNamespaceCacheCache ofQNameinstances with no namespaceNamespaceStack.rootNamespaceCacheA cache of mapping from qualifiedName to QName before any namespaces are declaredMethods in org.dom4j.tree that return QNameModifier and TypeMethodDescriptionprotected QNameNamespaceStack.createQName(String localName, String qualifiedName, Namespace namespace) Factory method to creeate new QName instances.protected QNameQNameCache.createQName(String name) Factory method to create a new QName object which can be overloaded to create derived QName instancesprotected QNameQNameCache.createQName(String name, Namespace namespace) Factory method to create a new QName object which can be overloaded to create derived QName instancesprotected QNameQNameCache.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 QNameNamespaceStack.pushQName(String localName, String qualifiedName, Namespace namespace, String prefix) Adds the QName to the stack of available QNamesMethods in org.dom4j.tree that return types with arguments of type QNameModifier and TypeMethodDescriptionQNameCache.createMap()A factory methodNamespaceStack.getNamespaceCache()QNameCache.getNamespaceCache(Namespace namespace) DOCUMENT ME!QNameCache.getQNames()Returns a list of all the QName instances currently usedMethods 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 ElementAbstractElement.createElement(QName qName) AbstractElement.elementIterator(QName qName) AbstractElement.elementText(QName qName) AbstractElement.elementTextTrim(QName qName) DOCUMENT ME!voidAbstractElement.setAttributeValue(QName qName, String value) Deprecated.As of version 0.5.voidvoidConstructors 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<Node> 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 QNameXMLErrorHandler.ERROR_QNAMEprivate QNameXMLErrorHandler.errorQNameQName used for error elementsprotected static final QNameXMLErrorHandler.FATALERROR_QNAMEprivate QNameXMLErrorHandler.fatalErrorQNameQName used for fatalerror elementsprotected static final QNameXMLErrorHandler.WARNING_QNAMEprivate QNameXMLErrorHandler.warningQNameQName used for warning elementsMethods 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 booleanAttributeHelper.booleanValue(Element element, QName attributeQName) intProxyDocumentFactory.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 ElementUserDataElement.createElement(QName qName) voidXMLErrorHandler.setErrorQName(QName errorQName) voidXMLErrorHandler.setFatalErrorQName(QName fatalErrorQName) voidXMLErrorHandler.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)