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 |
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)