Java org.w3c.dom Entity fields, constructors, methods, implement or subclass

Example usage for Java org.w3c.dom Entity fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.w3c.dom Entity.

The text is from its open source code.

Method

StringgetNodeName()
The name of this node, depending on its type; see the table above.
StringgetPublicId()
The public identifier associated with the entity if specified, and null otherwise.
StringgetSystemId()
The system identifier associated with the entity if specified, and null otherwise.