org.apache.xerces.impl.xs.models
public class CMNodeFactory extends Object
| Constructor Summary | |
|---|---|
| CMNodeFactory() default constructor | |
| Method Summary | |
|---|---|
| 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. |
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: SAXNotRecognizedException The component should not throw this exception. SAXNotSupportedException The component should not throw this exception.