Class REXML::NotationDecl
In: lib/test/unit/xml/notationdecl_mixin.rb
Parent: Object

The REXML::NotationDecl mix-in adds methods that are useful for notation declarations, but not present in the standard REXML::NotationDecl class

Methods

name   public   system  

Public Instance methods

This method retrieves the name of the notation.

This method retrieves the public identifier specified in the notation declaration. If there is no public identifier defined, the method returns nil

This method retrieves the system identifier specified in the notation declaration. If there is no system identifier defined, the method returns nil

[Validate]