notationDeclaration(forName:)
Returns the DTD node representing the notation declaration identified by the specified notation name.
Declaration
func notationDeclaration(forName name: String) -> XMLDTDNode?Parameters
- name:
A string that is the name of a notation.
Return Value
An autoreleased XMLDTDNode object, or nil if there is no match.