Uses of Class
com.metamatrix.query.processor.xml.NodeDescriptor

Packages that use NodeDescriptor
com.metamatrix.query.processor.xml   
 

Uses of NodeDescriptor in com.metamatrix.query.processor.xml
 

Methods in com.metamatrix.query.processor.xml that return NodeDescriptor
static NodeDescriptor NodeDescriptor.createNillableNode()
           
static NodeDescriptor NodeDescriptor.createNodeDescriptor(MappingAttribute attribute)
           
static NodeDescriptor NodeDescriptor.createNodeDescriptor(MappingElement element)
           
static NodeDescriptor NodeDescriptor.createNodeDescriptor(java.lang.String name, java.lang.String namespacePrefix, boolean isElement, java.lang.String defaultValue, java.util.Properties namespaceDeclarations, java.util.Properties parentNamespaceDeclarations, boolean isOptional, MappingNode node, java.lang.String textNormalizationMode)
           
static NodeDescriptor NodeDescriptor.createNodeDescriptor(java.lang.String name, java.lang.String namespacePrefix, boolean isElement, java.lang.String defaultValue, java.util.Properties namespaceDeclarations, java.util.Properties parentNamespaceDeclarations, boolean isOptional, MappingNode node, java.lang.String textNormalizationMode, java.lang.Class runtimeType, java.lang.String docBuiltInType)
           
 

Methods in com.metamatrix.query.processor.xml with parameters of type NodeDescriptor
 boolean DocumentInProgress.addAttribute(NodeDescriptor descriptor, java.lang.String attributeValue)
          Add an attribute with content for the given NodeDescriptor.
 boolean SAXDocumentInProgress.addAttribute(NodeDescriptor descriptor, java.lang.String attributeValue)
           
 boolean SAXDocumentInProgress.addAttribute(NodeDescriptor descriptor, java.lang.String attributeValue, com.metamatrix.query.processor.xml.Element element)
           
 boolean DocumentInProgress.addElement(NodeDescriptor descriptor, NodeDescriptor nillableDescriptor)
          Add an element for the given NodeDescriptor.
 boolean SAXDocumentInProgress.addElement(NodeDescriptor descriptor, NodeDescriptor nillableDescriptor)
           
 boolean DocumentInProgress.addElement(NodeDescriptor descriptor, java.lang.String content)
          Add an element with content for the given NodeDescriptor.
 boolean SAXDocumentInProgress.addElement(NodeDescriptor descriptor, java.lang.String content)
           
 void AddNodeInstruction.setNillableDescriptor(NodeDescriptor nillableDescriptor)
           
 

Constructors in com.metamatrix.query.processor.xml with parameters of type NodeDescriptor
AddNodeInstruction(NodeDescriptor descriptor)
          Constructor for AddElementInstruction.
AddNodeInstruction(NodeDescriptor descriptor, ElementSymbol symbol)
          Constructor for AddElementInstruction.
 



Copyright © 2009. All Rights Reserved.