Returns the child element nodes (as NSXMLElement
objects) of the receiver that have a specified name.
返回子元素節點(如NSXMLElement對象)的接收方指定的名字
- (NSArray *)elementsForName:(NSString *)name
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.
一個字符串指定子元素節點的名稱查找並返回。如果名稱是一個合格的名稱,那麼這個方法調用elementsForLocalName:URI:URI參數設置為與前綴相關聯的URI。否則比較是基於平等的合格或沒有名稱的字符串。
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 *)rootElement
The root element of the receiver.
C setRootElement:
NSXMLDocument.h
Returns the string assigned to the annotation.
- (NSString *)stringValue
The string assigned to the annotation.
C setStringValue:
PDFAnnotationTextWidget.h
Next