ContentQueryNodeSupport Class
- public class ContentQueryNodeSupport
extends NodeSupport
Class ContentQueryNodeSupport
provides node factory support
for the contentquery name space defined in contentquery-1_1.xsd. The
factory method of this class simply returns a named instance of the
class ContentQueryNode
.
-
Hierarchy
-
Object
NodeSupport
ContentQueryNodeSupport
Methods from com.bea.p13n.expression.internal.parser.ast.NodeSupport |
addNodeSupport, defaultAssembleTypeName, defaultCreateNode, getNameSpace, getNodeSupport |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME_SPACE
public static final String
NAME_SPACE
ContentQueryNodeSupport
public ContentQueryNodeSupport()
createNode(String) Method
public CompositeNode
createNode(String
elementName)
throws NodeCreationException
-
Overrides
- NodeSupport.createNode(String)
Exceptions
-
NodeCreationException