|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
void |
addChildEntry(IXmlLiteEntry entryChild)
|
void |
addProperty(IXmlLiteEntryProperty attribute)
|
IXmlLiteEntry[] |
getChildEntries()
Returns all child elements |
IXmlLiteEntry[] |
getChildEntries(String elementName)
Returns an array of all child elements with this name |
IXmlLiteEntry |
getChildEntry(String name)
Returns the first child entry with the specified name. |
String |
getName()
|
int |
getNumberOfChildEntries()
|
int |
getNumberOfProperties()
|
IXmlLiteEntryProperty[] |
getProperties()
|
IXmlLiteEntryProperty |
getProperty(String propertyName)
|
void |
printPersistentEntryString(StringBuffer strb,
int iIndentation)
Prints out this entry and its attributes. |
void |
removeAllChildEntries()
|
void |
removeAllProperties()
|
boolean |
removeProperty(String name)
|
Field Detail |
public static final String copyright
Method Detail |
public void addChildEntry(IXmlLiteEntry entryChild)
entryChild
- public void addProperty(IXmlLiteEntryProperty attribute)
attribute
- public IXmlLiteEntry[] getChildEntries()
public IXmlLiteEntry[] getChildEntries(String elementName)
elementName
- java.lang.Stringpublic IXmlLiteEntry getChildEntry(String name)
name
- java.lang.String
public String getName()
public int getNumberOfChildEntries()
public int getNumberOfProperties()
public IXmlLiteEntryProperty[] getProperties()
public IXmlLiteEntryProperty getProperty(String propertyName)
public void printPersistentEntryString(StringBuffer strb, int iIndentation)
public void removeAllChildEntries()
public void removeAllProperties()
public boolean removeProperty(String name)
name
- java.lang.String
|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |