Java org.jdom2 EntityRef fields, constructors, methods, implement or subclass

Example usage for Java org.jdom2 EntityRef fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jdom2 EntityRef.

The text is from its open source code.

Constructor

EntityRef(String name)
This will create a new EntityRef with the supplied name.

Method

StringgetName()
This returns the name of the EntityRef.