public class

CMNodeFactory

extends Object
java.lang.Object
   ↳ org.apache.xerces.impl.xs.models.CMNodeFactory

Summary

Public Constructors
CMNodeFactory()
default constructor
Public Methods
CMNode getCMBinOpNode(int type, CMNode leftNode, CMNode rightNode)
CMNode getCMLeafNode(int type, Object leaf, int id, int position)
CMNode getCMUniOpNode(int type, CMNode childNode)
void nodeCountCheck()
void reset(XMLComponentManager componentManager)
void resetNodeCount()
void setProperty(String propertyId, Object value)
Sets the value of a property.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CMNodeFactory ()

default constructor

Public Methods

public CMNode getCMBinOpNode (int type, CMNode leftNode, CMNode rightNode)

public CMNode getCMLeafNode (int type, Object leaf, int id, int position)

public CMNode getCMUniOpNode (int type, CMNode childNode)

public void nodeCountCheck ()

public void reset (XMLComponentManager componentManager)

public void resetNodeCount ()

public void setProperty (String propertyId, Object value)

Sets the value of a property. This method is called by the component manager any time after reset when a property changes value.

Note: Components should silently ignore properties that do not affect the operation of the component.

Parameters
propertyId The property identifier.
value The value of the property.
Throws
The component should not throw this exception.
The component should not throw this exception.
XMLConfigurationException