org.geotools.xml.impl
Class ParseExecutor

java.lang.Object
  extended by org.geotools.xml.impl.ParseExecutor
All Implemented Interfaces:
BindingWalker.Visitor

public class ParseExecutor
extends java.lang.Object
implements BindingWalker.Visitor


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

Constructor Detail

ParseExecutor

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

visit

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

getValue

public java.lang.Object getValue()

preParse

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

Parameters:
instance -

parseFacets

protected java.lang.Object parseFacets(InstanceComponent instance)


Copyright © 1996-2010 Geotools. All Rights Reserved.