Class ASTAttribute

    • Method Detail

      • getName

        public String getName()
      • isHasNamespacePrefix

        public boolean isHasNamespacePrefix()
        Returns:
        boolean - true if the element has a namespace-prefix, false otherwise
      • getNamespacePrefix

        public String getNamespacePrefix()
        Returns:
        String - the part of the name that is before the (first) colon (":")
      • getLocalName

        public String getLocalName()
        Returns:
        String - The part of the name that is after the first colon (":"). If the name does not contain a colon, the full name is returned.