org.apache.ws.jaxme.js
Interface PlaceHolder
public interface PlaceHolder
int | getLevel() - Returns the placeholders indentation level.
|
String | getName() - Returns the placeholders name.
|
Object | getProperty(String pName) - Returns a property value.
|
boolean | isAutoRemovable() - Returns whether the placeholder is automatically removable.
|
void | remove() - Removes the placeholder.
|
void | setProperty(String pName, Object pValue) - Sets a property.
|
getLevel
public int getLevel()
Returns the placeholders indentation level.
getName
public String getName()
Returns the placeholders name.
getProperty
public Object getProperty(String pName)
Returns a property value. There is no distinction between the
property value null and the case where the property isn't set.
isAutoRemovable
public boolean isAutoRemovable()
Returns whether the placeholder is automatically removable.
remove
public void remove()
Removes the placeholder. If a placeholder isn't automatically
removable, then it must be removed by an explicit invocation of
this method.
setProperty
public void setProperty(String pName,
Object pValue)
Sets a property.