ProcessingInstructionEvent

package org.cyberneko.pull.event;

public class ProcessingInstructionEvent extends XMLEvent {

    public String target;
    public XMLString data;

    public ProcessingInstructionEvent();

}

Previous | Next | Top | Cafe con Leche

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