A B C D E F G H I J K L M N O P Q R S T U V W X

E

ELEMENT_NODE - Static variable in interface org.dom4j.Node
Matches Element nodes
EMPTY_ENUMERATION - Static variable in class org.dom4j.swing.LeafTreeNode
 
EMPTY_ITERATOR - Static variable in class org.dom4j.tree.AbstractElement
 
EMPTY_ITERATOR - Static variable in class org.dom4j.tree.DefaultDocument
 
EMPTY_LIST - Static variable in class org.dom4j.tree.AbstractElement
 
EMPTY_LIST - Static variable in class org.dom4j.tree.DefaultDocument
 
EMPTY_NODE_LIST - Static variable in class org.dom4j.dom.DOMNodeHelper
 
ENTITY_REFERENCE_NODE - Static variable in interface org.dom4j.Node
Matches elements nodes
ERROR_QNAME - Static variable in class org.dom4j.util.XMLErrorHandler
 
Element - interface org.dom4j.Element.
Element interface defines an XML element.
ElementDecl - class org.dom4j.dtd.ElementDecl.
AttributeDecl represents an element declaration in a DTD.
ElementDecl() - Constructor for class org.dom4j.dtd.ElementDecl
 
ElementDecl(String, String) - Constructor for class org.dom4j.dtd.ElementDecl
 
ElementHandler - interface org.dom4j.ElementHandler.
ElementHandler interface defines a handler of Element objects.
ElementIterator - class org.dom4j.tree.ElementIterator.
Deprecated. THIS CLASS WILL BE REMOVED IN dom4j-1.6 !!
ElementIterator(Iterator) - Constructor for class org.dom4j.tree.ElementIterator
Deprecated.  
ElementModifier - interface org.dom4j.io.ElementModifier.
ElementModifier defines a modifier of Element objects.
It can be used in the event based SAXModifier, in order to modify elements on the fly, rather than waiting until the complete document is parsed.
ElementNameIterator - class org.dom4j.tree.ElementNameIterator.
Deprecated. THIS CLASS WILL BE REMOVED IN dom4j-1.6 !!
ElementNameIterator(Iterator, String) - Constructor for class org.dom4j.tree.ElementNameIterator
Deprecated.  
ElementPath - interface org.dom4j.ElementPath.
This interface is used by ElementHandler instances to retrieve information about the current path hierarchy they are to process.
ElementQNameIterator - class org.dom4j.tree.ElementQNameIterator.
Deprecated. THIS CLASS WILL BE REMOVED IN dom4j-1.6 !!
ElementQNameIterator(Iterator, QName) - Constructor for class org.dom4j.tree.ElementQNameIterator
Deprecated.  
Entity - interface org.dom4j.Entity.
Entity defines an XML entity.
EntityResolver - interface org.xml.sax.EntityResolver.
Basic interface for resolving entities.
EntityResolver2 - interface org.xml.sax.ext.EntityResolver2.
Extended interface for mapping external entity references to input sources, or providing a missing external subset.
ErrorHandler - interface org.xml.sax.ErrorHandler.
Basic interface for SAX error handlers.
ExternalEntityDecl - class org.dom4j.dtd.ExternalEntityDecl.
ExternalEntityDecl represents an external entity declaration in a DTD.
ExternalEntityDecl() - Constructor for class org.dom4j.dtd.ExternalEntityDecl
 
ExternalEntityDecl(String, String, String) - Constructor for class org.dom4j.dtd.ExternalEntityDecl
 
element(String) - Method in interface org.dom4j.Element
Returns the first element for the given local name and any namespace.
element(QName) - Method in interface org.dom4j.Element
Returns the first element for the given fully qualified name.
element(String) - Method in class org.dom4j.tree.AbstractElement
 
element(QName) - Method in class org.dom4j.tree.AbstractElement
 
element(String, Namespace) - Method in class org.dom4j.tree.AbstractElement
 
element(String) - Method in class org.dom4j.tree.DefaultElement
 
element(QName) - Method in class org.dom4j.tree.DefaultElement
 
element(String, Namespace) - Method in class org.dom4j.tree.DefaultElement
 
element(String) - Method in class org.dom4j.util.IndexedElement
 
element(QName) - Method in class org.dom4j.util.IndexedElement
 
elementByID(String) - Method in interface org.dom4j.Branch
Returns the element of the given ID attribute value.
elementByID(String) - Method in class org.dom4j.tree.AbstractBranch
 
elementDecl(String, String) - Method in class org.dom4j.io.SAXContentHandler
Report an element type declaration.
elementDecl(String, String) - Method in class org.dom4j.io.aelfred.DefaultHandler
Deprecated. SAX2: called on element declarations
elementDecl(String, String) - Method in interface org.xml.sax.ext.DeclHandler
Report an element type declaration.
elementDecl(String, String) - Method in class org.xml.sax.ext.DefaultHandler2
 
elementID(Element) - Method in class org.dom4j.tree.AbstractBranch
 
elementIndex() - Method in class org.dom4j.util.IndexedElement
 
elementIterator() - Method in interface org.dom4j.Element
Returns an iterator over all this elements child elements.
elementIterator(String) - Method in interface org.dom4j.Element
Returns an iterator over the elements contained in this element which match the given local name and any namespace.
elementIterator(QName) - Method in interface org.dom4j.Element
Returns an iterator over the elements contained in this element which match the given fully qualified name.
elementIterator() - Method in class org.dom4j.tree.AbstractElement
 
elementIterator(String) - Method in class org.dom4j.tree.AbstractElement
 
elementIterator(QName) - Method in class org.dom4j.tree.AbstractElement
 
elementIterator(String, Namespace) - Method in class org.dom4j.tree.AbstractElement
 
elementName - Variable in class org.dom4j.tree.DefaultDocumentType
The root element name of the document typ
elementText(String) - Method in interface org.dom4j.Element
 
elementText(QName) - Method in interface org.dom4j.Element
 
elementText(String) - Method in class org.dom4j.tree.AbstractElement
 
elementText(QName) - Method in class org.dom4j.tree.AbstractElement
 
elementTextTrim(String) - Method in interface org.dom4j.Element
 
elementTextTrim(QName) - Method in interface org.dom4j.Element
 
elementTextTrim(String) - Method in class org.dom4j.tree.AbstractElement
 
elementTextTrim(QName) - Method in class org.dom4j.tree.AbstractElement
 
elements() - Method in interface org.dom4j.Element
Returns the elements contained in this element.
elements(String) - Method in interface org.dom4j.Element
Returns the elements contained in this element with the given local name and any namespace.
elements(QName) - Method in interface org.dom4j.Element
Returns the elements contained in this element with the given fully qualified name.
elements() - Method in class org.dom4j.tree.AbstractElement
 
elements(String) - Method in class org.dom4j.tree.AbstractElement
 
elements(QName) - Method in class org.dom4j.tree.AbstractElement
 
elements(String, Namespace) - Method in class org.dom4j.tree.AbstractElement
 
elements(String) - Method in class org.dom4j.util.IndexedElement
 
elements(QName) - Method in class org.dom4j.util.IndexedElement
 
endCDATA() - Method in class org.dom4j.io.HTMLWriter
 
endCDATA() - Method in class org.dom4j.io.SAXContentHandler
 
endCDATA() - Method in class org.dom4j.io.XMLWriter
 
endCDATA() - Method in class org.dom4j.io.aelfred.DefaultHandler
Deprecated. SAX2: called after parsing CDATA characters
endCDATA() - Method in class org.xml.sax.ext.DefaultHandler2
 
endCDATA() - Method in interface org.xml.sax.ext.LexicalHandler
Report the end of a CDATA section.
endDTD() - Method in class org.dom4j.io.SAXContentHandler
 
endDTD() - Method in class org.dom4j.io.XMLWriter
 
endDTD() - Method in class org.dom4j.io.aelfred.DefaultHandler
Deprecated. SAX2: called after the doctype is parsed
endDTD() - Method in class org.xml.sax.ext.DefaultHandler2
 
endDTD() - Method in interface org.xml.sax.ext.LexicalHandler
Report the end of DTD declarations.
endDocument() - Method in class org.dom4j.io.SAXContentHandler
 
endDocument() - Method in class org.dom4j.io.SAXWriter
 
endDocument() - Method in class org.dom4j.io.XMLWriter
 
endDocument() - Method in class org.dom4j.jaxb.JAXBWriter
Stop writing the document to the output.
endDocument() - Method in interface org.xml.sax.ContentHandler
Receive notification of the end of a document.
endDocument() - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the end of a document.
endDocument() - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the end of the document.
endDocument() - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of the document.
endDocument() - Method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
endDocument() - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an end document event.
endDocument() - Method in class org.xml.sax.helpers.XMLReaderAdapter
End document event.
endElement(String, String, String) - Method in class org.dom4j.io.SAXContentHandler
 
endElement(Element) - Method in class org.dom4j.io.SAXWriter
 
endElement(String, String, String) - Method in class org.dom4j.io.XMLWriter
 
endElement(String, String, String) - Method in interface org.xml.sax.ContentHandler
Receive notification of the end of an element.
endElement(String) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the end of an element.
endElement(String) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the end of an element.
endElement(String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of an element.
endElement(String) - Method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
endElement(String, String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an end element event.
endElement(String, String, String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 end element event.
endEntity(String) - Method in class org.dom4j.io.SAXContentHandler
 
endEntity(String) - Method in class org.dom4j.io.XMLWriter
 
endEntity(String) - Method in class org.dom4j.io.aelfred.DefaultHandler
Deprecated. SAX2: called after parsing a general entity in content
endEntity(String) - Method in class org.xml.sax.ext.DefaultHandler2
 
endEntity(String) - Method in interface org.xml.sax.ext.LexicalHandler
Report the end of an entity.
endPrefixMapping(String) - Method in class org.dom4j.io.SAXContentHandler
 
endPrefixMapping(NamespaceStack, int) - Method in class org.dom4j.io.SAXWriter
Fires a SAX endPrefixMapping event for all the namespaceStack which have gone out of scope
endPrefixMapping(String) - Method in class org.dom4j.io.XMLWriter
 
endPrefixMapping(String) - Method in interface org.xml.sax.ContentHandler
End the scope of a prefix-URI mapping.
endPrefixMapping(String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of a Namespace mapping.
endPrefixMapping(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an end Namespace prefix mapping event.
endPrefixMapping(String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 end prefix mapping event.
ensureAttributesCapacity(int) - Method in class org.dom4j.tree.AbstractElement
Ensures that the list of attributes has the given size
ensureAttributesCapacity(int) - Method in class org.dom4j.xpp.ProxyXmlStartTag
 
entityResolver(Document) - Method in class org.dom4j.io.SAXWriter
 
equals(Object) - Method in class org.dom4j.Namespace
Checks whether this Namespace equals the given Namespace.
equals(Object) - Method in class org.dom4j.QName
 
equals(Object) - Method in class org.dom4j.rule.Rule
 
equals(Object) - Method in class org.dom4j.tree.ConcurrentReaderHashMap.Entry
 
equals(Object) - Method in class org.dom4j.tree.DefaultNamespace
Implements an identity based comparsion using the parent element as well as the prefix and URI
error(SAXParseException) - Method in class org.dom4j.io.SAXContentHandler
This method is called when an error is detected during parsing such as a validation error.
error(SAXParseException) - Method in class org.dom4j.util.XMLErrorHandler
 
error(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
Receive notification of a recoverable error.
error(SAXParseException) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of a recoverable parser error.
error(SAXParseException) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a recoverable parser error.
error(SAXParseException) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an error event.
escapeAttributeEntities(String) - Method in class org.dom4j.io.XMLWriter
This will take the pre-defined entities in XML 1.0 and convert their character representation to the appropriate entity reference, suitable for XML attributes.
escapeElementEntities(String) - Method in class org.dom4j.io.XMLWriter
This will take the pre-defined entities in XML 1.0 and convert their character representation to the appropriate entity reference, suitable for XML attributes.
evaluate(Object) - Method in interface org.dom4j.XPath
evaluate evaluates an XPath expression and returns the result as an Object.
evaluate(Object) - Method in class org.dom4j.xpath.DefaultXPath
 
externalEntityDecl(String, String, String) - Method in class org.dom4j.io.SAXContentHandler
Report a parsed external entity declaration.
externalEntityDecl(String, String, String) - Method in class org.dom4j.io.aelfred.DefaultHandler
Deprecated. SAX2: called on external entity declarations
externalEntityDecl(String, String, String) - Method in interface org.xml.sax.ext.DeclHandler
Report a parsed external entity declaration.
externalEntityDecl(String, String, String) - Method in class org.xml.sax.ext.DefaultHandler2
 
extractContent - Variable in class org.dom4j.persistence.nativ.XMLDBStrategy
 

A B C D E F G H I J K L M N O P Q R S T U V W X
Copyright © 2004 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo