|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.apache.struts2.views.xslt.SimpleNodeList
public class SimpleNodeList
构造方法摘要 | |
---|---|
SimpleNodeList(List<Node> nodes)
|
方法摘要 | |
---|---|
int |
getLength()
|
Node |
item(int i)
|
String |
toString()
|
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public SimpleNodeList(List<Node> nodes)
方法详细信息 |
---|
public int getLength()
NodeList
中的 getLength
public Node item(int i)
NodeList
中的 item
public String toString()
Object
中的 toString
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |