public class CMNodeFactory
extends java.lang.Object
Constructor and Description |
---|
CMNodeFactory()
default constructor
|
Modifier and Type | Method and Description |
---|---|
CMNode |
getCMBinOpNode(int type,
CMNode leftNode,
CMNode rightNode) |
CMNode |
getCMLeafNode(int type,
java.lang.Object leaf,
int id,
int position) |
CMNode |
getCMRepeatingLeafNode(int type,
java.lang.Object leaf,
int minOccurs,
int maxOccurs,
int id,
int position) |
CMNode |
getCMUniOpNode(int type,
CMNode childNode) |
void |
nodeCountCheck() |
void |
reset() |
void |
reset(org.apache.xerces.xni.parser.XMLComponentManager componentManager) |
void |
resetNodeCount() |
void |
setProperty(java.lang.String propertyId,
java.lang.Object value)
Sets the value of a property.
|
public void reset(org.apache.xerces.xni.parser.XMLComponentManager componentManager)
public void reset()
public CMNode getCMLeafNode(int type, java.lang.Object leaf, int id, int position)
public CMNode getCMRepeatingLeafNode(int type, java.lang.Object leaf, int minOccurs, int maxOccurs, int id, int position)
public void nodeCountCheck()
public void resetNodeCount()
public void setProperty(java.lang.String propertyId, java.lang.Object value) throws org.apache.xerces.xni.parser.XMLConfigurationException
Note: Components should silently ignore properties that do not affect the operation of the component.
propertyId
- The property identifier.value
- The value of the property.SAXNotRecognizedException
- The component should not throw
this exception.SAXNotSupportedException
- The component should not throw
this exception.org.apache.xerces.xni.parser.XMLConfigurationException
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.