Class pmr.sgml.SGMLUserClass
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pmr.sgml.SGMLUserClass

java.lang.Object
   |
   +----pmr.euclid.IntSet
           |
           +----pmr.sgml.SGMLNodeIndexSet
                   |
                   +----pmr.sgml.SGMLUserClass

public class SGMLUserClass
extends SGMLNodeIndexSet
allows the user to create 'classes' of nodes retrievable by name. (Abbreviated to UC).

Constructor Index

 o SGMLUserClass(String, SGMLTree, String)

Method Index

 o debug()
 o getSGMLNodeIndexSet()
return nodes in set as SGMLNodeIndexSet

Constructors

 o SGMLUserClass
  public SGMLUserClass(String ucName,
                       SGMLTree tree,
                       String desc)

Methods

 o getSGMLNodeIndexSet
  public SGMLNodeIndexSet getSGMLNodeIndexSet()
return nodes in set as SGMLNodeIndexSet
 o debug
  public void debug()
Overrides:
debug in class SGMLNodeIndexSet

All Packages  Class Hierarchy  This Package  Previous  Next  Index