Java org.dom4j.tree DefaultElement fields, constructors, methods, implement or subclass

Example usage for Java org.dom4j.tree DefaultElement fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.dom4j.tree DefaultElement.

The text is from its open source code.

Subclass

org.dom4j.tree.DefaultElement has subclasses.
Click this link to see all its subclasses.

Field

Objectcontent
Stores null for no content, a Node for a single content node or a List for multiple content nodes.
Objectattributes
Lazily constructes list of attributes

Constructor

Method