Package nu.validator.htmlparser.annotation


package nu.validator.htmlparser.annotation

This package provides annotations for facilitating automated translation of the source code into other programming languages.

  • Annotation Interfaces
    Class
    Description
     
     
    Marker for translating into the C++ const keyword on the declaration in question.
    The type for attribute IDness.
    Translates into the C++ inline keyword.
    Marks a string type as being the literal string type (typically const char*) in C++.
    The local name of an element or attribute.
    The array type marked with this annotation won't have its .length read.
    The namespace URI type.
    The type for namespace prefixes.
    The type for qualified names.
    Marks a method as virtualy in C++.