TPTP 4.2.0 Platform Project
Internal API Specification

org.eclipse.hyades.models.hierarchy.util.internal
Interface IExtendedLoader

All Superinterfaces:
org.eclipse.hyades.loaders.util.IXMLLoader
All Known Implementing Classes:
org.eclipse.hyades.loaders.util.XMLLoader

public interface IExtendedLoader
extends org.eclipse.hyades.loaders.util.IXMLLoader


Method Summary
 void attributeName(int attributeNameId)
           
 void attributeValueCharacters(char[] attributeValue)
           
 void endElement(int elementNameId, int currentOffset)
           
 void error(InvalidEventException exception)
           
 void loadEvents(java.io.InputStream inputStream, long offset, long length)
           
 void startElement(int elementNameId, boolean hasAttributes, boolean isEmpty)
           
 
Methods inherited from interface org.eclipse.hyades.loaders.util.IXMLLoader
attributeName, attributeValueCharacters, characters, cleanUp, endDocument, endElement, error, getContext, getProcessedFragments, loadEvent, loadEvent, loadEvent, restartParser, setCollectionMode, startDocument, startElement
 

Method Detail

attributeName

public void attributeName(int attributeNameId)

attributeValueCharacters

public void attributeValueCharacters(char[] attributeValue)

endElement

public void endElement(int elementNameId,
                       int currentOffset)

error

public void error(InvalidEventException exception)

startElement

public void startElement(int elementNameId,
                         boolean hasAttributes,
                         boolean isEmpty)

loadEvents

public void loadEvents(java.io.InputStream inputStream,
                       long offset,
                       long length)
                throws org.eclipse.hyades.loaders.util.InvalidXMLException
Throws:
org.eclipse.hyades.loaders.util.InvalidXMLException

TPTP 4.2.0 Platform Project
Internal API Specification