org.teiid.query.mapping.xml
Interface MappingInterceptor

All Known Implementing Classes:
XMLPlanToProcessVisitor

public interface MappingInterceptor

This defines a intercepting interface for the mapping nodes where for each node in the MappingNode can be called at the begining and end of the node occurence.


Method Summary
 void end(MappingAllNode all, java.util.Map context)
           
 void end(MappingAttribute attribute, java.util.Map context)
           
 void end(MappingChoiceNode choice, java.util.Map context)
           
 void end(MappingCommentNode comment, java.util.Map context)
           
 void end(MappingCriteriaNode element, java.util.Map context)
           
 void end(MappingDocument doc, java.util.Map context)
           
 void end(MappingElement element, java.util.Map context)
           
 void end(MappingRecursiveElement element, java.util.Map context)
           
 void end(MappingSequenceNode sequence, java.util.Map context)
           
 void end(MappingSourceNode sequence, java.util.Map context)
           
 void start(MappingAllNode all, java.util.Map context)
           
 void start(MappingAttribute attribute, java.util.Map context)
           
 void start(MappingChoiceNode choice, java.util.Map context)
           
 void start(MappingCommentNode comment, java.util.Map context)
           
 void start(MappingCriteriaNode element, java.util.Map context)
           
 void start(MappingDocument doc, java.util.Map context)
           
 void start(MappingElement element, java.util.Map context)
           
 void start(MappingRecursiveElement element, java.util.Map context)
           
 void start(MappingSequenceNode sequence, java.util.Map context)
           
 void start(MappingSourceNode sequence, java.util.Map context)
           
 

Method Detail

start

void start(MappingDocument doc,
           java.util.Map context)

end

void end(MappingDocument doc,
         java.util.Map context)

start

void start(MappingAllNode all,
           java.util.Map context)

end

void end(MappingAllNode all,
         java.util.Map context)

start

void start(MappingAttribute attribute,
           java.util.Map context)

end

void end(MappingAttribute attribute,
         java.util.Map context)

start

void start(MappingChoiceNode choice,
           java.util.Map context)

end

void end(MappingChoiceNode choice,
         java.util.Map context)

start

void start(MappingCommentNode comment,
           java.util.Map context)

end

void end(MappingCommentNode comment,
         java.util.Map context)

start

void start(MappingCriteriaNode element,
           java.util.Map context)

end

void end(MappingCriteriaNode element,
         java.util.Map context)

start

void start(MappingElement element,
           java.util.Map context)

end

void end(MappingElement element,
         java.util.Map context)

start

void start(MappingRecursiveElement element,
           java.util.Map context)

end

void end(MappingRecursiveElement element,
         java.util.Map context)

start

void start(MappingSequenceNode sequence,
           java.util.Map context)

end

void end(MappingSequenceNode sequence,
         java.util.Map context)

start

void start(MappingSourceNode sequence,
           java.util.Map context)

end

void end(MappingSourceNode sequence,
         java.util.Map context)


Copyright © 2011. All Rights Reserved.