IP*Works! V9

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

void characters(XmlpCharactersEvent e)

comment

void comment(XmlpCommentEvent e)

endElement

void endElement(XmlpEndElementEvent e)

endPrefixMapping

void endPrefixMapping(XmlpEndPrefixMappingEvent e)

error

void error(XmlpErrorEvent e)

evalEntity

void evalEntity(XmlpEvalEntityEvent e)

ignorableWhitespace

void ignorableWhitespace(XmlpIgnorableWhitespaceEvent e)

meta

void meta(XmlpMetaEvent e)

PI

void PI(XmlpPIEvent e)

specialSection

void specialSection(XmlpSpecialSectionEvent e)

startElement

void startElement(XmlpStartElementEvent e)

startPrefixMapping

void startPrefixMapping(XmlpStartPrefixMappingEvent e)

IP*Works! V9

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