org.cyberneko.pull.event
Class ProcessingInstructionEvent

java.lang.Object
  extended by org.cyberneko.pull.XMLEvent
      extended by org.cyberneko.pull.event.ProcessingInstructionEvent

public class ProcessingInstructionEvent
extends XMLEvent

A processing instruction event.

Version:
$Id$
Author:
Andy Clark

Field Summary
 org.apache.xerces.xni.XMLString data
          The processing instruction data, or null if no data was specified.
 java.lang.String target
          The target.
 
Fields inherited from class org.cyberneko.pull.XMLEvent
augs, CDATA, CHARACTERS, COMMENT, DOCTYPE_DECL, DOCUMENT, ELEMENT, GENERAL_ENTITY, next, PREFIX_MAPPING, PROCESSING_INSTRUCTION, TEXT_DECL, type
 
Constructor Summary
ProcessingInstructionEvent()
          Default constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

public java.lang.String target
The target.


data

public org.apache.xerces.xni.XMLString data
The processing instruction data, or null if no data was specified.

Constructor Detail

ProcessingInstructionEvent

public ProcessingInstructionEvent()
Default constructor.



(C) Copyright 2002-2004, Andy Clark. All rights reserved.