Package nu.validator.htmlparser.annotation
This package provides annotations for facilitating automated translation of the source code into other programming languages.
-
Annotation Types Summary Annotation Type Description Auto CharacterName Const Marker for translating into the C++ const keyword on the declaration in question.IdType The type for attribute IDness.Inline Translates into the C++ inline keyword.Literal Marks a string type as being the literal string type (typically const char*) in C++.Local The local name of an element or attribute.NoLength The array type marked with this annotation won't have its.length
read.NsUri The namespace URI type.Prefix The type for namespace prefixes.QName The type for qualified names.Virtual Marks a method as virtualy in C++.