DOM/XPath Generator: Difference between revisions

m
Line 60: Line 60:
   */
   */


   /**
   // Ignore ID-type attribute nodes on elements and continue to the document node.
  * Ignore ID-type attribute nodes on elements and continue to the document node.
  */
   const unsigned long GO_TO_DOCUMENT_ROOT          = 0x00000001;
   const unsigned long GO_TO_DOCUMENT_ROOT          = 0x00000001;
  // Ignore node types, and return a xpath of the form /node()[3]/...
  const unsigned long IGNORE_NODE_TYPE              = 0x00000002;


   /**
   /**
Confirmed users
146

edits