ElementEvent

package org.cyberneko.pull.event;

public class ElementEvent extends BoundedEvent {

    public QName element;
    public XMLAttributes attributes;
    public boolean empty;

    public ElementEvent();

} 

Previous | Next | Top | Cafe con Leche

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