ipworks
Interface XmlpEventListener
- All Superinterfaces:
- java.util.EventListener
public interface XmlpEventListener
- extends java.util.EventListener
Event listener for the "Xmlp Class"
.
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)
Copyright (c) 2013 /n software inc. - All rights reserved.