Package | Description |
---|---|
com.massa.mrules.factory.xml | |
com.massa.mrules.util.out |
Modifier and Type | Method and Description |
---|---|
void |
RichXMLFactory.GenericAddon.afterWriteChildren(Outer os,
A addon,
String nodeName,
Map<PersistantPropertyInfo,Object> deferredNodes)
Called if current node has children, after writing them.
|
boolean |
RichXMLFactory.GenericAddon.beforeCloseNoChild(Outer os,
A addon,
String nodeName)
Called if current node has no child: will be called after attributes writing.
|
void |
RichXMLFactory.GenericAddon.beforeWriteChildren(Outer os,
A addon,
String nodeName,
Map<PersistantPropertyInfo,Object> deferredNodes)
Called if current node has children, before writing them.
|
void |
RichXMLFactory.MainRuleFactoryImpl.beforeWriteChildren(Outer os,
IMRuleExecutionSet addon,
String nodeName,
Map<PersistantPropertyInfo,Object> deferredNodes)
To write rule set "properties" node.
|
protected void |
AbstractXMLFactory.closeNode(Outer os,
String n) |
protected void |
AbstractXMLFactory.closeNode(Outer os,
String n,
boolean spaces) |
protected void |
AbstractXMLFactory.finishCloseNode(Outer os) |
protected void |
AbstractXMLFactory.finishOpenNode(Outer os) |
protected void |
AbstractXMLFactory.finishOpenNode(Outer os,
boolean lf) |
protected void |
RichXMLFactory.GenericAddon.handleWriteAttribute(Outer os,
A addon,
PersistantPropertyInfo property,
Object propertyValue,
String defaultValue) |
protected void |
RichXMLFactory.FORMATAddon.handleWriteAttribute(Outer os,
A addon,
PersistantPropertyInfo property,
Object propertyValue,
String defaultValue) |
protected void |
RichXMLFactory.CALLAddon.handleWriteAttribute(Outer os,
A addon,
PersistantPropertyInfo property,
Object propertyValue,
String defaultValue) |
protected void |
RichXMLFactory.GenericAddon.handleWriteNode(Outer os,
A addon,
PersistantPropertyInfo property,
Object propertyValue) |
protected void |
RichXMLFactory.INDEXAddon.handleWriteNode(Outer os,
MIndex addon,
PersistantPropertyInfo property,
Object propertyValue) |
protected void |
AbstractXMLFactory.openNode(Outer os,
String n) |
protected void |
AbstractXMLFactory.openNode(Outer os,
String n,
boolean lf) |
protected void |
AbstractXMLFactory.startOpenNode(Outer os,
String n) |
void |
RichXMLFactory.GenericAddon.write(Outer os,
A addon) |
void |
RichXMLFactory.GenericAddon.write(Outer os,
A addon,
String nodeName) |
void |
RichXMLFactory.RichSubFactory.write(Outer os,
A addon,
String nodeName) |
void |
AbstractXMLFactory.write(Outer os,
IMRuleExecutionSet rule) |
void |
AbstractXMLFactory.MainRuleFactory.write(Outer os,
IMRuleExecutionSet mainRule) |
protected <A extends IAddon> |
RichXMLFactory.writeAddonList(Outer os,
Class<A> clazz,
List<? extends A> addonsList,
String nodeName) |
protected void |
AbstractXMLFactory.writeAttribute(Outer os,
String name,
String value) |
protected void |
AbstractXMLFactory.writeNode(Outer os,
String n) |
protected void |
AbstractXMLFactory.writeNode(Outer os,
String n,
String v) |
protected void |
AbstractXMLFactory.writeNode(Outer os,
String n,
String v,
Map<String,String> attrs) |
protected void |
AbstractXMLFactory.writeNode(Outer os,
String n,
String v,
String attrName,
String attrValue) |
void |
RichXMLFactory.GenericAddon.writePersistantObject(Outer os,
String property,
Object propertyValue) |
void |
RichXMLFactory.FORMATAddon.writePersistantObject(Outer os,
String property,
Object propertyValue) |
void |
RichXMLFactory.CALLAddon.writePersistantObject(Outer os,
String property,
Object propertyValue) |
Modifier and Type | Class and Description |
---|---|
class |
OuterWithLevel |
Modifier and Type | Method and Description |
---|---|
Outer |
Outer.write(char c) |
Outer |
Outer.write(Object o) |
Outer |
Outer.write(String s) |