|
|
Home | Loader API | Interfaces | File List | Index | |
Is there an XML node with pName that is an ancestor somewhere in the tree of the pNode XML node. (That is, we look all the way to the tree root to check for an ancestor.) If the node name (i.e. pName) has a namespace prefix (e.g., 'P6R:number'), then the URI associated with the prefix should be provided in the pURI parameter. Proper node comparison requires that namespace URIs to be compared rather than prefixes. Special case, to test if the ROOT node is an ancestor of pNode then the pName parameter should be an empty string "" and length set to zero. The root of the DOMXML tree has no name.
|