TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.loaders.util
Interface XMLFragmentLoader

All Known Implementing Classes:
org.eclipse.hyades.loaders.cbe.CBEBaseXMLFragmentLoader, DefaultXMLFragmentLoader, IgnoredXMLFragmentLoader, XMLCollector

public interface XMLFragmentLoader


Method Summary
 void addAttribute(java.lang.String name, java.lang.String value)
           
 void addCharacters(char[] data, int offset, int length)
           
 void addYourselfInContext()
          This is called on end of root element of each fragment
 void cleanUp()
          This is called at the end of the document.
 void endChild(java.lang.String name)
           
 void initialize(HierarchyContext context, java.lang.String name)
          This is called on start of root element of each fragment
 void startChild(java.lang.String name)
           
 

Method Detail

addAttribute

public void addAttribute(java.lang.String name,
                         java.lang.String value)

addCharacters

public void addCharacters(char[] data,
                          int offset,
                          int length)

addYourselfInContext

public void addYourselfInContext()
This is called on end of root element of each fragment


cleanUp

public void cleanUp()
This is called at the end of the document.


endChild

public void endChild(java.lang.String name)

initialize

public void initialize(HierarchyContext context,
                       java.lang.String name)
This is called on start of root element of each fragment


startChild

public void startChild(java.lang.String name)

TPTP 4.4.0 Platform Project
Public API Specification