TPTP 4.2.0 Platform Project
Internal API Specification

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

All Superinterfaces:
org.eclipse.hyades.loaders.util.XMLFragmentLoader

public interface ExtendedFragmentLoader
extends org.eclipse.hyades.loaders.util.XMLFragmentLoader


Method Summary
 void addAttribute(int attributeNameId, java.lang.Object value)
           
 void addYourselfInContext(java.lang.Object bean)
          This is called on end of root element of each fragment
 void endChild(int nameId)
           
 void initialize(org.eclipse.hyades.loaders.util.HierarchyContext context, int elementNameId)
           
 void startChild(int elementNameId)
           
 
Methods inherited from interface org.eclipse.hyades.loaders.util.XMLFragmentLoader
addAttribute, addCharacters, addYourselfInContext, cleanUp, endChild, initialize, startChild
 

Method Detail

addAttribute

public void addAttribute(int attributeNameId,
                         java.lang.Object value)

addYourselfInContext

public void addYourselfInContext(java.lang.Object bean)
This is called on end of root element of each fragment


endChild

public void endChild(int nameId)

initialize

public void initialize(org.eclipse.hyades.loaders.util.HierarchyContext context,
                       int elementNameId)

startChild

public void startChild(int elementNameId)

TPTP 4.2.0 Platform Project
Internal API Specification