Uses of Interface
org.dom4j.Element
-
Packages that use Element Package Description org.apache.directory.api.dsmlv2 org.apache.directory.api.dsmlv2.request org.apache.directory.api.dsmlv2.response org.dom4j Defines the XML Document Object Model in Java interfaces together with some helper classes.org.dom4j.bean An implementation of the dom4j API which allows JavaBeans to be used to store and retrieve attribute values from Element.org.dom4j.datatype An implementation of the dom4j API which supports the XML Schema Data Types specification.org.dom4j.dom An implementation of the dom4j API which also supports the W3C object model.org.dom4j.io Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text.org.dom4j.jaxb org.dom4j.rule org.dom4j.swing A collection of adapters to allow easy integration with dom4j XML documents and Swing such as TreeModels and TableModels.org.dom4j.tree 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.org.dom4j.util A collection of utility classes for the dom4j API.org.dom4j.xpath Provides the core tools needed to use the XPath libraryorg.dom4j.xpp Provides implementation classes to cleanly integrate dom4j with the XML Pull Parser XPP. -
-
Uses of Element in org.apache.directory.api.dsmlv2
Methods in org.apache.directory.api.dsmlv2 that return Element Modifier and Type Method Description ElementDsmlControl. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatElementDsmlDecorator. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatMethods in org.apache.directory.api.dsmlv2 with parameters of type Element Modifier and Type Method Description static voidParserUtils. addControls(LdapApiService codec, Element element, Collection<Control> controls, boolean isRequest)Adds Controls to the given Element.ElementDsmlControl. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatElementDsmlDecorator. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 format -
Uses of Element in org.apache.directory.api.dsmlv2.request
Methods in org.apache.directory.api.dsmlv2.request that return Element Modifier and Type Method Description ElementAbandonRequestDsml. toDsml(Element root)Creates the Request Element and adds RequestID and Controls.ElementAbstractRequestDsml. toDsml(Element root)Creates the Request Element and adds RequestID and Controls.ElementAbstractResultResponseRequestDsml. toDsml(Element root)Creates the Request Element and adds RequestID and Controls.ElementAddRequestDsml. toDsml(Element root)Creates the Request Element and adds RequestID and Controls.ElementBindRequestDsml. toDsml(Element root)Creates the Request Element and adds RequestID and Controls.ElementCompareRequestDsml. toDsml(Element root)Creates the Request Element and adds RequestID and Controls.ElementDelRequestDsml. toDsml(Element root)Creates the Request Element and adds RequestID and Controls.ElementExtendedRequestDsml. toDsml(Element root)Creates the Request Element and adds RequestID and Controls.ElementModifyDNRequestDsml. toDsml(Element root)Creates the Request Element and adds RequestID and Controls.ElementModifyRequestDsml. toDsml(Element root)Creates the Request Element and adds RequestID and Controls.ElementSearchRequestDsml. toDsml(Element root)Creates the Request Element and adds RequestID and Controls.Methods in org.apache.directory.api.dsmlv2.request with parameters of type Element Modifier and Type Method Description ElementAbandonRequestDsml. toDsml(Element root)Creates the Request Element and adds RequestID and Controls.ElementAbstractRequestDsml. toDsml(Element root)Creates the Request Element and adds RequestID and Controls.ElementAbstractResultResponseRequestDsml. toDsml(Element root)Creates the Request Element and adds RequestID and Controls.ElementAddRequestDsml. toDsml(Element root)Creates the Request Element and adds RequestID and Controls.ElementBindRequestDsml. toDsml(Element root)Creates the Request Element and adds RequestID and Controls.ElementCompareRequestDsml. toDsml(Element root)Creates the Request Element and adds RequestID and Controls.ElementDelRequestDsml. toDsml(Element root)Creates the Request Element and adds RequestID and Controls.ElementExtendedRequestDsml. toDsml(Element root)Creates the Request Element and adds RequestID and Controls.ElementModifyDNRequestDsml. toDsml(Element root)Creates the Request Element and adds RequestID and Controls.ElementModifyRequestDsml. toDsml(Element root)Creates the Request Element and adds RequestID and Controls.ElementSearchRequestDsml. toDsml(Element root)Creates the Request Element and adds RequestID and Controls. -
Uses of Element in org.apache.directory.api.dsmlv2.response
Methods in org.apache.directory.api.dsmlv2.response that return Element Modifier and Type Method Description ElementAddResponseDsml. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatElementBindResponseDsml. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatElementCompareResponseDsml. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatElementDelResponseDsml. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatElementErrorResponse. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatElementExtendedResponseDsml. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatElementLdapResultDsml. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatElementModDNResponseDsml. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatElementModifyResponseDsml. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatElementSearchResponseDsml. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatElementSearchResultDoneDsml. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatElementSearchResultEntryDsml. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatElementSearchResultReferenceDsml. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatMethods in org.apache.directory.api.dsmlv2.response with parameters of type Element Modifier and Type Method Description ElementAddResponseDsml. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatElementBindResponseDsml. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatElementCompareResponseDsml. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatElementDelResponseDsml. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatElementErrorResponse. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatElementExtendedResponseDsml. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatElementLdapResultDsml. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatElementModDNResponseDsml. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatElementModifyResponseDsml. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatElementSearchResponseDsml. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatElementSearchResultDoneDsml. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatElementSearchResultEntryDsml. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 formatElementSearchResultReferenceDsml. toDsml(Element root)Converts the request/reponse to its XML representation in the DSMLv2 format -
Uses of Element in org.dom4j
Methods in org.dom4j that return Element Modifier and Type Method Description ElementElement. addAttribute(String name, String value)Adds the attribute value of the given local name.ElementElement. addAttribute(QName qName, String value)Adds the attribute value of the given fully qualified name.ElementElement. addCDATA(String cdata)Adds a newCDATAnode with the given text to this element.ElementElement. addComment(String comment)Adds a newCommentnode with the given text to this element.ElementBranch. addElement(String name)Adds a newElementnode with the given name to this branch and returns a reference to the new node.ElementBranch. addElement(String qualifiedName, String namespaceURI)Adds a newElementnode with the given qualified name and namespace URI to this branch and returns a reference to the new node.ElementBranch. addElement(QName qname)Adds a newElementnode with the givenQNameto this branch and returns a reference to the new node.ElementElement. addEntity(String name, String text)Adds a newEntitynode with the given name and text to this element and returns a reference to the new node.ElementElement. addNamespace(String prefix, String uri)Adds a namespace to this element for use by its child contentElementElement. addProcessingInstruction(String target, String text)Adds a processing instruction for the given targetElementElement. addProcessingInstruction(String target, Map<String,String> data)Adds a processing instruction for the given targetElementElement. addText(String text)Adds a newTextnode with the given text to this element.ElementElement. createCopy()Creates a deep copy of this element The new element is detached from its parent, and getParent() on the clone will return null.ElementElement. createCopy(String name)Creates a deep copy of this element with the given local name The new element is detached from its parent, and getParent() on the clone will return null.ElementElement. createCopy(QName qName)Creates a deep copy of this element with the given fully qualified name.ElementDocumentFactory. createElement(String name)ElementDocumentFactory. createElement(String qualifiedName, String namespaceURI)ElementDocumentFactory. createElement(QName qname)static ElementDocumentHelper. createElement(String name)static ElementDocumentHelper. createElement(QName qname)ElementElement. element(String name)Returns the first element for the given local name and any namespace.ElementElement. element(QName qName)Returns the first element for the given fully qualified name.ElementBranch. elementByID(String elementID)Returns the element of the given ID attribute value.ElementElementPath. getCurrent()DOCUMENT ME!ElementElementPath. getElement(int depth)DOCUMENT ME!ElementNode. getParent()getParentreturns the parentElementif this node supports the parent relationship or null if it is the root element or does not support the parent relationship.ElementDocument. getRootElement()Returns the rootElementfor this document.static ElementDocumentHelper. makeElement(Branch source, String path)makeElementMethods in org.dom4j that return types with arguments of type Element Modifier and Type Method Description Iterator<Element>Element. elementIterator()Returns an iterator over all this elements child elements.Iterator<Element>Element. elementIterator(String name)Returns an iterator over the elements contained in this element which match the given local name and any namespace.Iterator<Element>Element. elementIterator(QName qName)Returns an iterator over the elements contained in this element which match the given fully qualified name.List<Element>Element. elements()Returns the elements contained in this element.List<Element>Element. elements(String name)Returns the elements contained in this element with the given local name and any namespace.List<Element>Element. elements(QName qName)Returns the elements contained in this element with the given fully qualified name.Methods in org.dom4j with parameters of type Element Modifier and Type Method Description voidBranch. add(Element element)Adds the givenElementto this branch.voidElement. appendAttributes(Element element)Appends the attributes of the given element to me.NodeNode. asXPathResult(Element parent)asXPathResultreturns a version of this node which is capable of being an XPath result.AttributeDocumentFactory. createAttribute(Element owner, String name, String value)AttributeDocumentFactory. createAttribute(Element owner, QName qname, String value)static AttributeDocumentHelper. createAttribute(Element owner, String name, String value)static AttributeDocumentHelper. createAttribute(Element owner, QName qname, String value)DocumentDocumentFactory. createDocument(Element rootElement)static DocumentDocumentHelper. createDocument(Element rootElement)protected NodeNamespace. createXPathResult(Element parent)StringNamespace. getPath(Element context)StringNode. getPath(Element context)Returns the relative XPath expression which will return a node set containing the given node such as a/b/@c.StringNamespace. getUniquePath(Element context)StringNode. getUniquePath(Element context)Returns the relative unique XPath expression from the given context which will return a nodeset of one node which is the current node.booleanBranch. remove(Element element)Removes the givenElementif the node is an immediate child of this branch.voidNode. setParent(Element parent)setParentsets the parent relationship of this node if the parent relationship is supported or does nothing if the parent relationship is not supported.voidDocument. setRootElement(Element rootElement)Sets the root element for this documentvoidVisitor. visit(Element node)Visits the givenElementvoidVisitorSupport. visit(Element node)Constructors in org.dom4j with parameters of type Element Constructor Description IllegalAddException(Element parent, Node node, String reason) -
Uses of Element in org.dom4j.bean
Classes in org.dom4j.bean that implement Element Modifier and Type Class Description classBeanElementBeanElementuses a Java Bean to store its attributes.Methods in org.dom4j.bean that return Element Modifier and Type Method Description ElementBeanElement. addAttribute(String name, String value)ElementBeanElement. addAttribute(QName qName, String value)ElementBeanDocumentFactory. createElement(QName qname)ElementBeanDocumentFactory. createElement(QName qname, Attributes attributes)ElementBeanAttribute. getParent()Methods in org.dom4j.bean with parameters of type Element Modifier and Type Method Description AttributeBeanDocumentFactory. createAttribute(Element owner, QName qname, String value) -
Uses of Element in org.dom4j.datatype
Classes in org.dom4j.datatype that implement Element Modifier and Type Class Description classDatatypeElementDatatypeElementrepresents an Element which supports the XML Schema Data Types specification.Fields in org.dom4j.datatype with type parameters of type Element Modifier and Type Field Description protected Map<Element,DocumentFactory>NamedTypeResolver. elementFactoryMapprotected Map<Element,QName>NamedTypeResolver. typedElementMapMethods in org.dom4j.datatype that return Element Modifier and Type Method Description ElementDatatypeElement. addText(String text)ElementDatatypeElementFactory. createElement(QName qname)ElementDatatypeAttribute. getParent()Methods in org.dom4j.datatype with parameters of type Element Modifier and Type Method Description AttributeDatatypeDocumentFactory. createAttribute(Element owner, QName qname, String value)AttributeDatatypeElementFactory. createAttribute(Element owner, QName qname, String value)(package private) voidNamedTypeResolver. registerTypedElement(Element element, QName type, DocumentFactory parentFactory)voidDatatypeAttribute. setParent(Element parent) -
Uses of Element in org.dom4j.dom
Classes in org.dom4j.dom that implement Element Modifier and Type Class Description classDOMElementDOMElementimplements an XML element which supports the W3C DOM API.Methods in org.dom4j.dom that return Element Modifier and Type Method Description ElementDOMDocumentFactory. createElement(QName qname)ElementDOMDocumentFactory. createElement(QName qname, int attributeCount)Methods in org.dom4j.dom with parameters of type Element Modifier and Type Method Description AttributeDOMDocumentFactory. createAttribute(Element owner, QName qname, String value)Method parameters in org.dom4j.dom with type arguments of type Element Modifier and Type Method Description static voidDOMNodeHelper. appendElementsByTagName(List<? super Element> list, Branch parent, String name)static voidDOMNodeHelper. appendElementsByTagNameNS(List<? super Element> list, Branch parent, String namespace, String localName)Constructors in org.dom4j.dom with parameters of type Element Constructor Description DOMAttribute(Element parent, QName qname, String value)DOMCDATA(Element parent, String text)DOMComment(Element parent, String text)DOMEntityReference(Element parent, String name, String text)DOMNamespace(Element parent, String prefix, String uri)DOMProcessingInstruction(Element parent, String target, String val)DOMText(Element parent, String text) -
Uses of Element in org.dom4j.io
Fields in org.dom4j.io declared as Element Modifier and Type Field Description protected Element[]ElementStack. stackstack ofElementobjectsMethods in org.dom4j.io that return Element Modifier and Type Method Description ElementSTAXEventReader. createElement(StartElement startEvent)Constructs a new DOM4J Element from the provided StartElement event.ElementElementStack. getCurrent()ElementElementStack. getElement(int depth)protected ElementSAXModifyElementHandler. getModifiedElement()DOCUMENT ME!ElementElementModifier. modifyElement(Element element)Called by an event based processor when an elements closing tag is encountered.ElementElementStack. peekElement()Peeks at the top element on the stack without changing the contents of the stack.ElementElementStack. popElement()Pops the element off the stackElementPruningElementStack. popElement()ElementSTAXEventReader. readElement(XMLEventReader eventReader)Reads a DOM4J Element from the provided event stream.Methods in org.dom4j.io with parameters of type Element Modifier and Type Method Description protected voidDOMSAXContentHandler. addAttributes(Element element, Attributes attributes)protected voidSAXContentHandler. addAttributes(Element element, Attributes attributes)Add all the attributes to the given elementsprotected voidDOMSAXContentHandler. addDeclaredNamespaces(Element element)protected voidSAXContentHandler. addDeclaredNamespaces(Element element)Add all namespaces declared before the startElement() SAX event to the current element so that they are available to child elements and attributesprotected voidDOMWriter. appendDOMTree(Document domDocument, Node domCurrent, Element element)AttributeSTAXEventReader. createAttribute(Element elem, Attribute attr)Constructs a new DOM4J Attribute from the provided StAX Attribute event.protected AttributesSAXWriter. createAttributes(Element element, Attributes namespaceAttributes)EndElementSTAXEventWriter. createEndElement(Element elem)Constructs a STAXEndElementevent from a DOM4JElement.StartElementSTAXEventWriter. createStartElement(Element elem)Constructs a STAXStartElementevent from a DOM4JElement.protected voidSAXWriter. endElement(Element element)protected booleanXMLWriter. isElementSpacePreserved(Element element)Determines if element is a special case of XML elements where it contains an xml:space attribute of "preserve".ElementElementModifier. modifyElement(Element element)Called by an event based processor when an elements closing tag is encountered.protected voidPruningElementStack. pathMatches(Element parent, Element selectedNode)voidElementStack. pushElement(Element element)Pushes a new element onto the stackprotected voidSAXWriter. startElement(Element element, AttributesImpl namespaceAttributes)protected AttributesImplSAXWriter. startPrefixMapping(Element element, NamespaceStack namespaceStack)Fires a SAX startPrefixMapping event for all the namespaceStack which have just come into scopeprotected booleanPruningElementStack. validElement(Element element, int index)voidSAXWriter. write(Element element)Generates SAX events for the given Element and all its contentprotected voidSAXWriter. write(Element element, NamespaceStack namespaceStack)voidXMLWriter. write(Element element)protected voidXMLWriter. writeAttributes(Element element)Writes the attributes of the given elementvoidSAXWriter. writeClose(Element element)Writes the closing tag of anElementvoidXMLWriter. writeClose(Element element)Writes the closing tag of anElementprotected voidHTMLWriter. writeElement(Element element)This override handles any elements that should not remove whitespace, such as <PRE>, <SCRIPT>, <STYLE>, and <TEXTAREA>.voidSTAXEventWriter. writeElement(Element elem)Writes a DOM4JElementnode and its children to the stream.protected voidXMLWriter. writeElement(Element element)protected voidXMLWriter. writeElementContent(Element element)Outputs the content of the given element.protected voidXMLWriter. writeNamespaces(Element element)Writes all namespaces declared directly on element.voidSAXWriter. writeOpen(Element element)voidXMLWriter. writeOpen(Element element) -
Uses of Element in org.dom4j.jaxb
Methods in org.dom4j.jaxb that return Element Modifier and Type Method Description protected ElementJAXBSupport. marshal(javax.xml.bind.Element element)Marshals the givenjavax.xml.bind.Elementin to its DOM4J counterpart.Methods in org.dom4j.jaxb with parameters of type Element Modifier and Type Method Description protected javax.xml.bind.ElementJAXBSupport. unmarshal(Element element)Unmarshalls the specified DOM4JElementinto ajavax.xml.bind.ElementvoidJAXBWriter. writeCloseElement(Element element)Writes the closing tag of the specifiedElementto the document.voidJAXBWriter. writeElement(Element element)Writes the specifiedElementto the document.voidJAXBWriter. writeOpenElement(Element element)Writes the opening tag of the specifiedElementto the document. -
Uses of Element in org.dom4j.rule
Methods in org.dom4j.rule with parameters of type Element Modifier and Type Method Description voidMode. applyTemplates(Element element)voidStylesheet. applyTemplates(Element element)If input is aNode, this will processes all of the children of that node.voidStylesheet. applyTemplates(Element element, String mode)Processes the input object in the given mode. -
Uses of Element in org.dom4j.swing
Methods in org.dom4j.swing with parameters of type Element Modifier and Type Method Description static XMLTableDefinitionXMLTableDefinition. load(Element definition)Loads an XML table definition from an XML definition documentConstructors in org.dom4j.swing with parameters of type Element Constructor Description XMLTableModel(Element tableDefinition, Object source)Creates a TableModel from an XML table definition document and an XML source -
Uses of Element in org.dom4j.tree
Classes in org.dom4j.tree that implement Element Modifier and Type Class Description classAbstractElementAbstractElementis an abstract base class for tree implementors to use for implementation inheritence.classBaseElementBaseElementis a useful base class for implemementation inheritence of an XML element.classDefaultElementDefaultElementis the default DOM4J default implementation of an XML element.Methods in org.dom4j.tree that return Element Modifier and Type Method Description ElementAbstractElement. addAttribute(String name, String value)ElementAbstractElement. addAttribute(QName qName, String value)ElementAbstractElement. addCDATA(String cdata)ElementAbstractElement. addComment(String comment)ElementAbstractBranch. addElement(String name)ElementAbstractBranch. addElement(String qualifiedName, String namespaceURI)ElementAbstractBranch. addElement(String name, String prefix, String uri)ElementAbstractBranch. addElement(QName qname)ElementAbstractDocument. addElement(String name)ElementAbstractDocument. addElement(String qualifiedName, String namespaceURI)ElementAbstractDocument. addElement(QName qName)ElementAbstractElement. addElement(String name)ElementAbstractElement. addEntity(String name, String text)ElementAbstractElement. addNamespace(String prefix, String uri)ElementAbstractElement. addProcessingInstruction(String target, String data)ElementAbstractElement. addProcessingInstruction(String target, Map<String,String> data)ElementAbstractElement. addText(String text)ElementAbstractElement. createCopy()This returns a deep clone of this element.ElementAbstractElement. createCopy(String name)ElementAbstractElement. createCopy(QName qName)protected ElementAbstractElement. createElement(String name)protected ElementAbstractElement. createElement(QName qName)ElementAbstractElement. element(String name)ElementAbstractElement. element(String name, Namespace namespace)ElementAbstractElement. element(QName qName)ElementDefaultElement. element(String name)ElementDefaultElement. element(String name, Namespace namespace)ElementDefaultElement. element(QName qName)ElementAbstractBranch. elementByID(String elementID)ElementAbstractNode. getParent()ElementBaseElement. getParent()ElementDefaultAttribute. getParent()ElementDefaultCDATA. getParent()ElementDefaultComment. getParent()ElementDefaultElement. getParent()ElementDefaultEntity. getParent()ElementDefaultNamespace. getParent()ElementDefaultProcessingInstruction. getParent()ElementDefaultText. getParent()ElementDefaultDocument. getRootElement()Methods in org.dom4j.tree that return types with arguments of type Element Modifier and Type Method Description Iterator<Element>AbstractElement. elementIterator()Iterator<Element>AbstractElement. elementIterator(String name)Iterator<Element>AbstractElement. elementIterator(String name, Namespace ns)Iterator<Element>AbstractElement. elementIterator(QName qName)List<Element>AbstractElement. elements()List<Element>AbstractElement. elements(String name)List<Element>AbstractElement. elements(String name, Namespace namespace)List<Element>AbstractElement. elements(QName qName)Methods in org.dom4j.tree with parameters of type Element Modifier and Type Method Description voidAbstractBranch. add(Element element)voidAbstractDocument. add(Element element)voidAbstractElement. add(Element element)voidAbstractElement. appendAttributes(Element element)NodeAbstractDocument. asXPathResult(Element parent)NodeAbstractNode. asXPathResult(Element parent)protected voidAbstractDocument. checkAddElementAllowed(Element element)protected NodeAbstractAttribute. createXPathResult(Element parent)protected NodeAbstractNode. createXPathResult(Element parent)protected NodeFlyweightCDATA. createXPathResult(Element parent)protected NodeFlyweightComment. createXPathResult(Element parent)protected NodeFlyweightEntity. createXPathResult(Element parent)protected NodeFlyweightProcessingInstruction. createXPathResult(Element parent)protected NodeFlyweightText. createXPathResult(Element parent)protected StringAbstractBranch. elementID(Element element)DOCUMENT ME!StringAbstractAttribute. getPath(Element context)StringAbstractCharacterData. getPath(Element context)StringAbstractComment. getPath(Element context)StringAbstractDocument. getPath(Element context)StringAbstractDocumentType. getPath(Element context)StringAbstractElement. getPath(Element context)StringAbstractEntity. getPath(Element context)StringAbstractProcessingInstruction. getPath(Element context)StringAbstractAttribute. getUniquePath(Element context)StringAbstractCharacterData. getUniquePath(Element context)StringAbstractComment. getUniquePath(Element context)StringAbstractDocument. getUniquePath(Element context)StringAbstractDocumentType. getUniquePath(Element context)StringAbstractElement. getUniquePath(Element context)StringAbstractEntity. getUniquePath(Element context)StringAbstractProcessingInstruction. getUniquePath(Element context)booleanAbstractBranch. remove(Element element)booleanAbstractDocument. remove(Element element)booleanAbstractElement. remove(Element element)protected abstract voidAbstractDocument. rootElementAdded(Element rootElement)Called to set the root element variableprotected voidDefaultDocument. rootElementAdded(Element element)voidAbstractNode. setParent(Element parent)voidBaseElement. setParent(Element parent)voidDefaultAttribute. setParent(Element parent)voidDefaultCDATA. setParent(Element parent)voidDefaultComment. setParent(Element parent)voidDefaultElement. setParent(Element parent)voidDefaultEntity. setParent(Element parent)voidDefaultNamespace. setParent(Element parent)voidDefaultProcessingInstruction. setParent(Element parent)voidDefaultText. setParent(Element parent)voidAbstractDocument. setRootElement(Element rootElement)Constructors in org.dom4j.tree with parameters of type Element Constructor Description DefaultAttribute(Element parent, String name, String value, Namespace namespace)Creates theAttributewith the specified local name, value andNamespace.DefaultAttribute(Element parent, QName qname, String value)DefaultCDATA(Element parent, String text)DOCUMENT ME!DefaultComment(Element parent, String text)DOCUMENT ME!DefaultDocument(String name, Element rootElement, DocumentType docType)DefaultDocument(Element rootElement)DefaultDocument(Element rootElement, DocumentType docType)DefaultEntity(Element parent, String name, String text)Creates theEntitywith the specified name and text.DefaultNamespace(Element parent, String prefix, String uri)DOCUMENT ME!DefaultProcessingInstruction(Element parent, String target, String values)This will create a new PI with the given target and valuesDefaultText(Element parent, String text)DOCUMENT ME! -
Uses of Element in org.dom4j.util
Classes in org.dom4j.util that implement Element Modifier and Type Class Description classIndexedElementIndexedElementis an implementation ofElementwhich maintains an index of the attributes and elements it contains to optimise lookups via name.classNonLazyElementNonLazyElementis the default DOM4J default implementation of an XML element.classUserDataElementUserDataElementsupport the adornment of a user data object on an Element or Attribute instance such that the methodsUserDataElement.getData()UserDataElement.setData(Object)will get and set the values of a user data object.Methods in org.dom4j.util that return Element Modifier and Type Method Description protected ElementIndexedElement. asElement(Object object)ElementIndexedDocumentFactory. createElement(QName qname)ElementIndexedDocumentFactory. createElement(QName qname, int attributeCount)ElementNonLazyDocumentFactory. createElement(QName qname)ElementProxyDocumentFactory. createElement(String name)ElementProxyDocumentFactory. createElement(QName qname)ElementUserDataDocumentFactory. createElement(QName qname)protected ElementUserDataElement. createElement(String name)protected ElementUserDataElement. createElement(QName qName)ElementIndexedElement. element(String name)ElementIndexedElement. element(QName qName)ElementXMLErrorHandler. getErrors()Methods in org.dom4j.util that return types with arguments of type Element Modifier and Type Method Description protected Iterator<Element>IndexedElement. asElementIterator(Object object)Deprecated.WILL BE REMOVED IN dom4j-1.6 !!protected List<Element>IndexedElement. asElementList(Object object)List<Element>IndexedElement. elements(String name)List<Element>IndexedElement. elements(QName qName)Methods in org.dom4j.util with parameters of type Element Modifier and Type Method Description protected voidXMLErrorHandler. addException(Element element, SAXParseException e)Adds the given parse exception information to the given element instanceprotected voidIndexedElement. addToElementIndex(Object key, Element value)protected voidIndexedElement. addToElementIndex(Element element)static booleanAttributeHelper. booleanValue(Element element, String attributeName)static booleanAttributeHelper. booleanValue(Element element, QName attributeQName)intNodeComparator. compare(Element n1, Element n2)AttributeProxyDocumentFactory. createAttribute(Element owner, String name, String value)AttributeProxyDocumentFactory. createAttribute(Element owner, QName qname, String value)AttributeUserDataDocumentFactory. createAttribute(Element owner, QName qname, String value)DocumentProxyDocumentFactory. createDocument(Element rootElement)protected voidIndexedElement. removeFromElementIndex(Object key, Element value)protected voidIndexedElement. removeFromElementIndex(Element element)voidXMLErrorHandler. setErrors(Element errors)Constructors in org.dom4j.util with parameters of type Element Constructor Description XMLErrorHandler(Element errors) -
Uses of Element in org.dom4j.xpath
Constructors in org.dom4j.xpath with parameters of type Element Constructor Description DefaultNamespaceContext(Element element) -
Uses of Element in org.dom4j.xpp
Methods in org.dom4j.xpp that return Element Modifier and Type Method Description ElementProxyXmlStartTag. getElement()Constructors in org.dom4j.xpp with parameters of type Element Constructor Description ProxyXmlStartTag(Element element)
-