MarcNode after Method (String)MarcQuery Class Library
用指定的字符串构造出新的节点,插入到当前节点的后面兄弟位置

Namespace: DigitalPlatform.Marc
Assembly: DigitalPlatform.MarcQuery (in DigitalPlatform.MarcQuery.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public MarcNode after(
	string strText
)

Parameters

strText
Type: 联机System String
用于构造新节点的字符串

Return Value

当前节点
See Also