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

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

Introduction

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

The text is from its open source code.

Constructor

FlyweightAttribute(String name, String value, Namespace namespace)
Creates the Attribute with the specified local name, value and Namespace.
FlyweightAttribute(QName qname, String value)
FlyweightAttribute(String name, String value)
Creates the Attribute with the specified local name and value.
FlyweightAttribute(QName qname)