Returns the child element nodes (as NSXMLElement
objects) of the receiver that have a specified name.
返回子元素節點(如NSXMLElement對象)的接收方指定的名字
A string specifying the name of the child element nodes to find and return. If name is a qualified name, then this method invokes elementsForLocalName:URI:
with
the URI parameter set to the URI associated with the prefix. Otherwise comparison is based on string equality of the qualified or non-qualified name.
An array of of NSXMLElement
objects or an empty array if no matching children can be found.
Returns the root element of the receiver.
- (NSXMLElement *)rootElementThe root element of the receiver.
– setRootElement:
NSXMLDocument.h
Returns the string assigned to the annotation.
- (NSString *)stringValueThe string assigned to the annotation.
– setStringValue:
PDFAnnotationTextWidget.h
Next