|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jxpath.ri.model.dom.DOMPointerFactory
public class DOMPointerFactory
Implements NodePointerFactory for DOM elements.
Field Summary | |
---|---|
static int |
DOM_POINTER_FACTORY_ORDER
|
Constructor Summary | |
---|---|
DOMPointerFactory()
|
Method Summary | |
---|---|
NodePointer |
createNodePointer(NodePointer parent,
QName name,
java.lang.Object bean)
Create a NodePointer for the supplied child object. |
NodePointer |
createNodePointer(QName name,
java.lang.Object bean,
java.util.Locale locale)
Create a NodePointer for the supplied object. |
int |
getOrder()
The factory order number determines its position between other factories. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int DOM_POINTER_FACTORY_ORDER
Constructor Detail |
---|
public DOMPointerFactory()
Method Detail |
---|
public int getOrder()
NodePointerFactory
getOrder
in interface NodePointerFactory
public NodePointer createNodePointer(QName name, java.lang.Object bean, java.util.Locale locale)
NodePointerFactory
createNodePointer
in interface NodePointerFactory
public NodePointer createNodePointer(NodePointer parent, QName name, java.lang.Object bean)
NodePointerFactory
createNodePointer
in interface NodePointerFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |