org.geotools.xml.impl.jxpath
Class FeatureNodeFactory
Object
FeatureNodeFactory
- All Implemented Interfaces:
- NodePointerFactory
public class FeatureNodeFactory
- extends Object
- implements NodePointerFactory
A node factory which creates special node pointers featurs.
The following types are supported:
- Author:
- Justin Deoliveira, The Open Planning Project
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FeatureNodeFactory
public FeatureNodeFactory()
getOrder
public int getOrder()
- Specified by:
getOrder
in interface NodePointerFactory
createNodePointer
public NodePointer createNodePointer(QName name,
Object object,
Locale locale)
- Specified by:
createNodePointer
in interface NodePointerFactory
createNodePointer
public NodePointer createNodePointer(NodePointer parent,
QName name,
Object object)
- Specified by:
createNodePointer
in interface NodePointerFactory
Copyright © 1996-2009 Geotools. All Rights Reserved.