Create a manifestnode instance using the given manifest node. The constructor extracts the attributes of the node, making them available through properties of the class.

Namespace:  net.hazelhurst.epub
Assembly:  ePubLib (in ePubLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public manifestitem(
	XmlNode node
)
Visual Basic (Declaration)
Public Sub New ( _
	node As XmlNode _
)
Visual C++
public:
manifestitem(
	XmlNode^ node
)

Parameters

node
Type: System.Xml..::.XmlNode
XmlNode which is an item node of the package's manifest.

See Also