GeneralEntityEvent

package org.cyberneko.pull.event;

public class GeneralEntityEvent extends BoundedEvent {

  public String name;
  public String publicId;
  public String baseSystemId;
  public String literalSystemId;
  public String expandedSystemId;
  public String encoding;

  public GeneralEntityEvent();

}

Previous | Next | Top | Cafe con Leche

Copyright 2000-2003 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified January 16, 2003