org.geotools.xml.impl
Class ParseExecutor

Object
  extended by ParseExecutor
All Implemented Interfaces:
BindingWalker.Visitor

public class ParseExecutor
extends Object
implements BindingWalker.Visitor


Constructor Summary
ParseExecutor(InstanceComponent instance, Node node, MutablePicoContainer context, ParserHandler parser)
           
 
Method Summary
 Object getValue()
           
protected  Object parseFacets(InstanceComponent instance)
           
protected  Object preParse(InstanceComponent instance)
          Pre-parses the instance compontent checking the following:
 void visit(Binding binding)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseExecutor

public ParseExecutor(InstanceComponent instance,
                     Node node,
                     MutablePicoContainer context,
                     ParserHandler parser)
Method Detail

visit

public void visit(Binding binding)
Specified by:
visit in interface BindingWalker.Visitor

getValue

public Object getValue()

preParse

protected Object preParse(InstanceComponent instance)
Pre-parses the instance compontent checking the following:

Parameters:
instance -

parseFacets

protected Object parseFacets(InstanceComponent instance)


Copyright © 1996-2010 Geotools. All Rights Reserved.