IP*Works!

ipworks
Interface XmlpEventListener

All Superinterfaces:
java.util.EventListener

public interface XmlpEventListener
extends java.util.EventListener

Event listener for the Xmlp Class.


Method Summary
 void characters(XmlpCharactersEvent e)
           
 void comment(XmlpCommentEvent e)
           
 void endElement(XmlpEndElementEvent e)
           
 void endPrefixMapping(XmlpEndPrefixMappingEvent e)
           
 void error(XmlpErrorEvent e)
           
 void evalEntity(XmlpEvalEntityEvent e)
           
 void ignorableWhitespace(XmlpIgnorableWhitespaceEvent e)
           
 void meta(XmlpMetaEvent e)
           
 void PI(XmlpPIEvent e)
           
 void specialSection(XmlpSpecialSectionEvent e)
           
 void startElement(XmlpStartElementEvent e)
           
 void startPrefixMapping(XmlpStartPrefixMappingEvent e)
           
 

Method Detail

characters

public void characters(XmlpCharactersEvent e)

comment

public void comment(XmlpCommentEvent e)

endElement

public void endElement(XmlpEndElementEvent e)

endPrefixMapping

public void endPrefixMapping(XmlpEndPrefixMappingEvent e)

error

public void error(XmlpErrorEvent e)

evalEntity

public void evalEntity(XmlpEvalEntityEvent e)

ignorableWhitespace

public void ignorableWhitespace(XmlpIgnorableWhitespaceEvent e)

meta

public void meta(XmlpMetaEvent e)

PI

public void PI(XmlpPIEvent e)

specialSection

public void specialSection(XmlpSpecialSectionEvent e)

startElement

public void startElement(XmlpStartElementEvent e)

startPrefixMapping

public void startPrefixMapping(XmlpStartPrefixMappingEvent e)

IP*Works!

Copyright (c) 2001 /n software inc. - All rights reserved.