org.geotools.xml.impl
Class TypeWalker
Object
TypeWalker
public class TypeWalker
- extends Object
Method Summary |
void |
rwalk(XSDTypeDefinition base,
TypeWalker.Visitor visitor)
Walks from the top of the type hierachy to the bottom. |
void |
walk(XSDTypeDefinition base,
TypeWalker.Visitor visitor)
Walks from the bottom of the type hierachy to the top. |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeWalker
public TypeWalker()
walk
public void walk(XSDTypeDefinition base,
TypeWalker.Visitor visitor)
- Walks from the bottom of the type hierachy to the top.
rwalk
public void rwalk(XSDTypeDefinition base,
TypeWalker.Visitor visitor)
- Walks from the top of the type hierachy to the bottom.
Copyright © 1996-2014 Geotools. All Rights Reserved.