| 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.
|
| Class and 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. |
| Class and Description |
|---|
| Auto |
| 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++.
|
Copyright © 2016. All rights reserved.