string getTagName()
•Returns the current tag name that the validator is validating.
•The tag name is returned as used in the document without any case conversion. For example, if <BoDy> is used in the document, then getTagName() returns BoDy.
•The string keyword CurrentTagName is now recommended instead.