Package org.geotools.xsd.impl
Class ParseExecutor
- Object
-
- ParseExecutor
-
- All Implemented Interfaces:
BindingWalker.Visitor
public class ParseExecutor extends Object implements BindingWalker.Visitor
-
-
Constructor Summary
Constructors Constructor Description ParseExecutor(InstanceComponent instance, Node node, MutablePicoContainer context, ParserHandler parser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getValue()
protected Object
parseFacets(InstanceComponent instance)
protected Object
preParse(InstanceComponent instance)
Pre-parses the instance component checking the following:void
visit(Binding binding)
-
-
-
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 interfaceBindingWalker.Visitor
-
getValue
public Object getValue()
-
preParse
protected Object preParse(InstanceComponent instance)
Pre-parses the instance component checking the following:
-
parseFacets
protected Object parseFacets(InstanceComponent instance)
-
-