EntityReference

package javax.xml.stream.events;

public interface EntityReference extends XMLEvent {

  public String getBaseUri();
  public String getPublicId();
  public String getSystemId(); 
  public String getName();
  public String getReplacementText(); 
  
}

Previous | Next | Top | Cafe con Leche

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