public class CMNodeFactory extends 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,
Object leaf,
int id,
int position) |
CMNode |
getCMRepeatingLeafNode(int type,
Object leaf,
int minOccurs,
int maxOccurs,
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.
|
public void reset(XMLComponentManager componentManager)
public CMNode getCMRepeatingLeafNode(int type, Object leaf, int minOccurs, int maxOccurs, int id, int position)
public void nodeCountCheck()
public void resetNodeCount()
public void setProperty(String propertyId, Object value) throws 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.XMLConfigurationException
Copyright © 2018 JBoss by Red Hat. All rights reserved.