|
Oracle® Mail Java API Reference 10g Release 1 (10.1.1) B14492-01 |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
oracle.mail.sdk.rule.RuleElement
Common super class for all rule objects. This class provides common utilities and maintains a parent-child relationship between elements. This class is not instantiable.
| Method Summary | |
static java.lang.String |
escapeString(java.lang.String str)escapes special characters in a string |
RuleElement |
getParent()Gets the parent element for the current element |
java.lang.Object |
getType()Gets the type object for the element. |
void |
printAttributes(oracle.xml.parser.v2.XMLOutputStream out, java.lang.String name)Serializes attributes into XML format |
void |
removeAll()Removes all child elements. |
void |
removeAt(int index)Removes an child element at a specific position starting with 0. |
| Method Detail |
public java.lang.Object getType()
public void removeAt(int index)
index - the index of the elementpublic void removeAll()
public RuleElement getParent()
public static java.lang.String escapeString(java.lang.String str)
str - the input string to be escaped
public void printAttributes(oracle.xml.parser.v2.XMLOutputStream out,
java.lang.String name)
throws java.io.IOException
out - the output stream to write toname - the attribute name
|
Oracle® Mail Java API Reference 10g Release 1 (10.1.1) B14492-01 |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||