org.apache.felix.obrplugin
public class PElement extends Object
Method Summary | |
---|---|
String | getN()
get the n tag. |
Node | getNode(Document father)
transform this object to node. |
String | getT()
get the t tag. |
String | getV()
get the v tag. |
void | setN(String n)
set the n tage. |
void | setT(String t)
set the t tag. |
void | setV(String v)
set the v tag. |
Returns: attribute n
Parameters: father father document for create Node
Returns: node
Returns: attribute t
Returns: attribute v
Parameters: n new value
Parameters: t new value
Parameters: v new value