ContentQueryNodeSupport Class

com.bea.p13n.content.query
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

Field Summary

public static final String
NAME_SPACE
String
 

Constructor Summary

ContentQueryNodeSupport()

 

Method Summary

public CompositeNode
createNode(String elementName)
 
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
   

Field Detail

NAME_SPACE

public static final String NAME_SPACE

 

Constructor Detail

ContentQueryNodeSupport

public ContentQueryNodeSupport()
 

Method Detail

createNode(String) Method

public CompositeNode createNode(String elementName)
throws NodeCreationException
Overrides
NodeSupport.createNode(String)

Exceptions

NodeCreationException