Uses of Package
nu.validator.htmlparser.annotation
-
Packages that use nu.validator.htmlparser.annotation Package Description nu.validator.htmlparser.common This package provides common interfaces and enumerations.nu.validator.htmlparser.impl This package contains the bulk of parser internals. -
Classes in nu.validator.htmlparser.annotation used by nu.validator.htmlparser.common Class Description Const Marker for translating into the C++ const keyword on the declaration in question.NoLength The array type marked with this annotation won't have its.length
read. -
Classes in nu.validator.htmlparser.annotation used by nu.validator.htmlparser.impl Class 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++.