Retrieves the current attribute tag and value and saves them as two strings.
getCurrentAttribute(string *attributeTag, string *attributeValue)
Parameter |
Description |
---|---|
attributeTag |
Pointer to a string to save the current node’s attribute tag. |
attributeValue |
Pointer to a string to save the current node’s attribute value. |
Integer. Returns 1 for success, and 0 for failure.
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |