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