Library:DOM4J
Version:1.6.1
Compatibility:JDK 1.4
Interfaces in library DOM4J.
NamePackageDescription
Actionorg.dom4j.rule

Action represents some default action which should occur when a rule matches a node in the XSLT processing model.

Attributeorg.dom4j

Attribute defines an XML attribute.

Branchorg.dom4j

Branch interface defines the common behaviour for Nodes which can contain child nodes (content) such as XML elements and documents.

CDATAorg.dom4j

CDATA defines an XML CDATA section.

CharacterDataorg.dom4j

CharacterData is a marker interface for character based nodes such as the CDATA,Comment and Text nodes.

Commentorg.dom4j

Comment defines the behavior of an XML comment.

Documentorg.dom4j

Document defines an XML Document.

DocumentTypeorg.dom4j

DocumentType defines an XML DOCTYPE declaration.

Elementorg.dom4j

Element interface defines an XML element.

ElementHandlerorg.dom4j

ElementHandler interface defines a handler of Element objects.

ElementModifierorg.dom4j.ioElementModifier defines a modifier of Element objects.
ElementPathorg.dom4jThis interface is used by ElementHandler instances to retrieve information about the current path hierarchy they are to process.
Entityorg.dom4j

Entity defines an XML entity.

JAXBObjectHandlerorg.dom4j.jaxbJAXBObjectHandler implementations can be registered with the JAXB Reader in order to receive unmarshalled XML fragments.
JAXBObjectModifierorg.dom4j.jaxbJAXBObjectHandler implementations can be registered with the JAXBModifier in order to change unmarshalled XML fragments.
Nodeorg.dom4j

Node defines the polymorphic behavior for all XML nodes in a dom4j tree.

NodeFilterorg.dom4j

NodeFilter defines the behavior for a filter or predicate which acts on a DOM4J Node.

Patternorg.dom4j.rule

Pattern defines the behaviour for pattern in the XSLT processing model.

ProcessingInstructionorg.dom4j

ProcessingInstruction defines an XML processing instruction.

SingletonStrategyorg.dom4j.util

SingletonStrategy is an interface used to provide common factory access for the same object based on an implementation strategy for singleton.

Textorg.dom4j

Text defines an XML Text node.

Visitororg.dom4j

Visitor is used to implement the Visitor pattern in DOM4J.

XPathorg.dom4j

XPath represents an XPath expression after it has been parsed from a String.

Search