Uploaded image for project: 'PicketBox '
  1. PicketBox
  2. SECURITY-168

getNodeName(node) should take care of DOM2

XMLWordPrintable

    • Medium

      private static String getNodeName(Node node)

      { String name = node.getLocalName(); if(name == null) name = node.getNodeName(); return name; }

              anil.saldhana Anil Saldanha (Inactive)
              anil.saldhana Anil Saldanha (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: