TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.loaders.hierarchy
Class XMLfilterLoader

java.lang.Object
  extended byorg.eclipse.hyades.loaders.hierarchy.IgnoredXMLFragmentLoader
      extended byorg.eclipse.hyades.loaders.hierarchy.XMLfilterLoader
All Implemented Interfaces:
XMLFragmentLoader

public class XMLfilterLoader
extends IgnoredXMLFragmentLoader


Field Summary
protected  java.lang.String genericPattern
           
protected  java.lang.String methodGenericPattern
           
protected  java.lang.String methodMode
           
protected  java.lang.String methodPattern
           
protected  java.lang.String mode
           
protected  java.lang.String pattern
           
 
Fields inherited from class org.eclipse.hyades.loaders.hierarchy.IgnoredXMLFragmentLoader
context
 
Constructor Summary
XMLfilterLoader()
           
 
Method Summary
 void addAttribute(java.lang.String name, java.lang.String value)
           
 void addYourselfInContext()
          This is called on end of root element of each fragment
 void initialize(HierarchyContext context, java.lang.String name)
          This is called on start of root element of each fragment
 
Methods inherited from class org.eclipse.hyades.loaders.hierarchy.IgnoredXMLFragmentLoader
addCharacters, cleanUp, endChild, startChild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

genericPattern

protected java.lang.String genericPattern

mode

protected java.lang.String mode

pattern

protected java.lang.String pattern

methodPattern

protected java.lang.String methodPattern

methodMode

protected java.lang.String methodMode

methodGenericPattern

protected java.lang.String methodGenericPattern
Constructor Detail

XMLfilterLoader

public XMLfilterLoader()
Method Detail

addAttribute

public void addAttribute(java.lang.String name,
                         java.lang.String value)
Specified by:
addAttribute in interface XMLFragmentLoader
Overrides:
addAttribute in class IgnoredXMLFragmentLoader

addYourselfInContext

public void addYourselfInContext()
Description copied from interface: XMLFragmentLoader
This is called on end of root element of each fragment

Specified by:
addYourselfInContext in interface XMLFragmentLoader
Overrides:
addYourselfInContext in class IgnoredXMLFragmentLoader

initialize

public void initialize(HierarchyContext context,
                       java.lang.String name)
Description copied from interface: XMLFragmentLoader
This is called on start of root element of each fragment

Specified by:
initialize in interface XMLFragmentLoader
Overrides:
initialize in class IgnoredXMLFragmentLoader

TPTP 4.4.0 Platform Project
Public API Specification