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

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

Introduction

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

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 of this notation.
StringgetSystemId()
The system identifier of this notation.