Alphabetical Index: E

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

E

Element - interface org.dom4j.Element
Element interface defines an XML element.
element(org.dom4j.QName) - method in class org.dom4j.Element
Returns the first element for the given fully qualified name.
element(org.dom4j.QName) - method in class org.dom4j.util.IndexedElement
element(String) - method in class org.dom4j.Element
Returns the first element for the given local name and any namespace.
element(String) - method in class org.dom4j.util.IndexedElement
ELEMENT_NODE - static field in class org.dom4j.Node
Matches Element nodes
elementByID(String) - method in class org.dom4j.Branch
Returns the element of the given ID attribute value.
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
elementDecl(String,String) - method in class org.dom4j.io.SAXContentHandler
Report an element type declaration.
elementDecl(String,String) - method in class org.dom4j.io.SAXEventRecorder
ElementHandler - interface org.dom4j.ElementHandler
ElementHandler interface defines a handler of Element objects.
elementIndex() - method in class org.dom4j.util.IndexedElement
elementIterator() - method in class org.dom4j.Element
Returns an iterator over all this elements child elements.
elementIterator(org.dom4j.QName) - method in class org.dom4j.Element
Returns an iterator over the elements contained in this element which match the given fully qualified name.
elementIterator(String) - method in class org.dom4j.Element
Returns an iterator over the elements contained in this element which match the given local name and any namespace.
ElementModifier - interface org.dom4j.io.ElementModifier
ElementModifier defines a modifier of Elementobjects.
ElementPath - interface org.dom4j.ElementPath
This interface is used by ElementHandlerinstances to retrieve information about the current path hierarchy they are to process.
elements() - method in class org.dom4j.Element
Returns the elements contained in this element.
elements(org.dom4j.QName) - method in class org.dom4j.Element
Returns the elements contained in this element with the given fully qualified name.
elements(org.dom4j.QName) - method in class org.dom4j.util.IndexedElement
elements(String) - method in class org.dom4j.Element
Returns the elements contained in this element with the given local name and any namespace.
elements(String) - method in class org.dom4j.util.IndexedElement
elementText(org.dom4j.QName) - method in class org.dom4j.Element
elementText(String) - method in class org.dom4j.Element
elementTextTrim(org.dom4j.QName) - method in class org.dom4j.Element
elementTextTrim(String) - method in class org.dom4j.Element
endCDATA() - method in class org.dom4j.io.HTMLWriter
endCDATA() - method in class org.dom4j.io.SAXContentHandler
endCDATA() - method in class org.dom4j.io.SAXEventRecorder
endCDATA() - method in class org.dom4j.io.XMLWriter
endDocument() - method in class org.dom4j.io.SAXContentHandler
endDocument() - method in class org.dom4j.io.SAXEventRecorder
endDocument() - method in class org.dom4j.io.SAXWriter
endDocument() - method in class org.dom4j.io.XMLWriter
endDTD() - method in class org.dom4j.io.SAXContentHandler
endDTD() - method in class org.dom4j.io.SAXEventRecorder
endDTD() - method in class org.dom4j.io.XMLWriter
endElement(org.dom4j.Element) - method in class org.dom4j.io.SAXWriter
endElement(String,String,String) - method in class org.dom4j.io.SAXEventRecorder
endElement(String,String,String) - method in class org.dom4j.io.XMLWriter
endEntity(String) - method in class org.dom4j.io.SAXContentHandler
endEntity(String) - method in class org.dom4j.io.SAXEventRecorder
endEntity(String) - method in class org.dom4j.io.XMLWriter
Fires a SAX endPrefixMapping event for all the namespaceStack which have gone out of scope
endPrefixMapping(String) - method in class org.dom4j.io.SAXContentHandler
endPrefixMapping(String) - method in class org.dom4j.io.SAXEventRecorder
endPrefixMapping(String) - method in class org.dom4j.io.XMLWriter
Entity - interface org.dom4j.Entity
Entity defines an XML entity.
ENTITY_REFERENCE_NODE - static field in class org.dom4j.Node
Matches elements nodes
entityResolver(org.dom4j.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
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_QNAME - static field in class org.dom4j.util.XMLErrorHandler
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 class org.dom4j.XPath
evaluate evaluates an XPath expression and returns the result as an Object.
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
Report a parsed external entity declaration.

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

SourceForge Logo