|
|||||||||
| Home >> All >> org >> apache >> hivemind >> schema >> [ rules overview ] | PREV NEXT | ||||||||
Uses of Class
org.apache.hivemind.schema.rules.BaseRule
| Uses of BaseRule in org.apache.hivemind.schema.rules |
| Subclasses of BaseRule in org.apache.hivemind.schema.rules | |
class |
CreateObjectRule
Basic org.apache.hivemind.schema.Rule for creating a new object. |
class |
InvokeParentRule
Rule used to connect a child object to its parent by invoking a method on the parent, passing the child. |
class |
PushAttributeRule
A rule that reads an attribute, passes it through a translator, then pushes the result onto the processor stack. |
class |
PushContentRule
A rule that reads the element's content, passes it through the content translator, then pushes the result onto the processor stack. |
class |
ReadAttributeRule
Reads an attribute of an element and uses it to set a property of the top object on the stack. |
class |
ReadContentRule
Used to set a property of the top object on the stack to the value of the element's content. |
class |
SetModuleRule
Rule used to set a property of the top stack object to the org.apache.hivemind.internal.Module the element was contributed from. |
class |
SetParentRule
Used to set a property of the child object to its parent object. |
class |
SetPropertyRule
Used to set a property of an object to a literal value. |
|
|||||||||
| Home >> All >> org >> apache >> hivemind >> schema >> [ rules overview ] | PREV NEXT | ||||||||