DocumentEvent

package org.cyberneko.pull.event;

public class DocumentEvent extends BoundedEvent {

    public XMLLocator locator;
    public String encoding;

    public DocumentEvent();

}

Previous | Next | Top | Cafe con Leche

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