Contents

elementDeclaration(forName:)

Returns the DTD node representing an element declaration for a specified element.

Declaration

func elementDeclaration(forName name: String) -> XMLDTDNode?

Parameters

  • name:

    A string that is the name of an element.

Return Value

An autoreleased XMLDTDNode object, or nil if there is no match.

See Also

Getting DTD Nodes by Name