|
64 | 64 | @JsxClass |
65 | 65 | public class Node extends EventTarget { |
66 | 66 |
|
67 | | - /** @see org.w3c.dom.Node#ELEMENT_NODE */ |
| 67 | + /** |
| 68 | + * @see org.w3c.dom.Node#ELEMENT_NODE |
| 69 | + */ |
68 | 70 | @JsxConstant |
69 | 71 | public static final int ELEMENT_NODE = org.w3c.dom.Node.ELEMENT_NODE; |
70 | 72 |
|
71 | | - /** @see org.w3c.dom.Node#ATTRIBUTE_NODE */ |
| 73 | + /** |
| 74 | + * @see org.w3c.dom.Node#ATTRIBUTE_NODE |
| 75 | + */ |
72 | 76 | @JsxConstant |
73 | 77 | public static final int ATTRIBUTE_NODE = org.w3c.dom.Node.ATTRIBUTE_NODE; |
74 | 78 |
|
75 | | - /** @see org.w3c.dom.Node#TEXT_NODE */ |
| 79 | + /** |
| 80 | + * @see org.w3c.dom.Node#TEXT_NODE |
| 81 | + */ |
76 | 82 | @JsxConstant |
77 | 83 | public static final int TEXT_NODE = org.w3c.dom.Node.TEXT_NODE; |
78 | 84 |
|
79 | | - /** @see org.w3c.dom.Node#CDATA_SECTION_NODE */ |
| 85 | + /** |
| 86 | + * @see org.w3c.dom.Node#CDATA_SECTION_NODE |
| 87 | + */ |
80 | 88 | @JsxConstant |
81 | 89 | public static final int CDATA_SECTION_NODE = org.w3c.dom.Node.CDATA_SECTION_NODE; |
82 | 90 |
|
83 | | - /** @see org.w3c.dom.Node#ENTITY_REFERENCE_NODE */ |
| 91 | + /** |
| 92 | + * @see org.w3c.dom.Node#ENTITY_REFERENCE_NODE |
| 93 | + */ |
84 | 94 | @JsxConstant |
85 | 95 | public static final int ENTITY_REFERENCE_NODE = org.w3c.dom.Node.ENTITY_REFERENCE_NODE; |
86 | 96 |
|
87 | | - /** @see org.w3c.dom.Node#ENTITY_NODE */ |
| 97 | + /** |
| 98 | + * @see org.w3c.dom.Node#ENTITY_NODE |
| 99 | + */ |
88 | 100 | @JsxConstant |
89 | 101 | public static final int ENTITY_NODE = org.w3c.dom.Node.ENTITY_NODE; |
90 | 102 |
|
91 | | - /** @see org.w3c.dom.Node#PROCESSING_INSTRUCTION_NODE */ |
| 103 | + /** |
| 104 | + * @see org.w3c.dom.Node#PROCESSING_INSTRUCTION_NODE |
| 105 | + */ |
92 | 106 | @JsxConstant |
93 | 107 | public static final int PROCESSING_INSTRUCTION_NODE = org.w3c.dom.Node.PROCESSING_INSTRUCTION_NODE; |
94 | 108 |
|
95 | | - /** @see org.w3c.dom.Node#COMMENT_NODE */ |
| 109 | + /** |
| 110 | + * @see org.w3c.dom.Node#COMMENT_NODE |
| 111 | + */ |
96 | 112 | @JsxConstant |
97 | 113 | public static final int COMMENT_NODE = org.w3c.dom.Node.COMMENT_NODE; |
98 | 114 |
|
99 | | - /** @see org.w3c.dom.Node#DOCUMENT_NODE */ |
| 115 | + /** |
| 116 | + * @see org.w3c.dom.Node#DOCUMENT_NODE |
| 117 | + */ |
100 | 118 | @JsxConstant |
101 | 119 | public static final int DOCUMENT_NODE = org.w3c.dom.Node.DOCUMENT_NODE; |
102 | 120 |
|
103 | | - /** @see org.w3c.dom.Node#DOCUMENT_TYPE_NODE */ |
| 121 | + /** |
| 122 | + * @see org.w3c.dom.Node#DOCUMENT_TYPE_NODE |
| 123 | + */ |
104 | 124 | @JsxConstant |
105 | 125 | public static final int DOCUMENT_TYPE_NODE = org.w3c.dom.Node.DOCUMENT_TYPE_NODE; |
106 | 126 |
|
107 | | - /** @see org.w3c.dom.Node#DOCUMENT_FRAGMENT_NODE */ |
| 127 | + /** |
| 128 | + * @see org.w3c.dom.Node#DOCUMENT_FRAGMENT_NODE |
| 129 | + */ |
108 | 130 | @JsxConstant |
109 | 131 | public static final int DOCUMENT_FRAGMENT_NODE = org.w3c.dom.Node.DOCUMENT_FRAGMENT_NODE; |
110 | 132 |
|
111 | | - /** @see org.w3c.dom.Node#NOTATION_NODE */ |
| 133 | + /** |
| 134 | + * @see org.w3c.dom.Node#NOTATION_NODE |
| 135 | + */ |
112 | 136 | @JsxConstant |
113 | 137 | public static final int NOTATION_NODE = org.w3c.dom.Node.NOTATION_NODE; |
114 | 138 |
|
115 | | - /** @see org.w3c.dom.Node#DOCUMENT_POSITION_DISCONNECTED */ |
| 139 | + /** |
| 140 | + * @see org.w3c.dom.Node#DOCUMENT_POSITION_DISCONNECTED |
| 141 | + */ |
116 | 142 | @JsxConstant |
117 | 143 | public static final int DOCUMENT_POSITION_DISCONNECTED = org.w3c.dom.Node.DOCUMENT_POSITION_DISCONNECTED; |
118 | 144 |
|
119 | | - /** @see org.w3c.dom.Node#DOCUMENT_POSITION_PRECEDING */ |
| 145 | + /** |
| 146 | + * @see org.w3c.dom.Node#DOCUMENT_POSITION_PRECEDING |
| 147 | + */ |
120 | 148 | @JsxConstant |
121 | 149 | public static final int DOCUMENT_POSITION_PRECEDING = org.w3c.dom.Node.DOCUMENT_POSITION_PRECEDING; |
122 | 150 |
|
123 | | - /** @see org.w3c.dom.Node#DOCUMENT_POSITION_FOLLOWING */ |
| 151 | + /** |
| 152 | + * @see org.w3c.dom.Node#DOCUMENT_POSITION_FOLLOWING |
| 153 | + */ |
124 | 154 | @JsxConstant |
125 | 155 | public static final int DOCUMENT_POSITION_FOLLOWING = org.w3c.dom.Node.DOCUMENT_POSITION_FOLLOWING; |
126 | 156 |
|
127 | | - /** @see org.w3c.dom.Node#DOCUMENT_POSITION_CONTAINS */ |
| 157 | + /** |
| 158 | + * @see org.w3c.dom.Node#DOCUMENT_POSITION_CONTAINS |
| 159 | + */ |
128 | 160 | @JsxConstant |
129 | 161 | public static final int DOCUMENT_POSITION_CONTAINS = org.w3c.dom.Node.DOCUMENT_POSITION_CONTAINS; |
130 | 162 |
|
131 | | - /** @see org.w3c.dom.Node#DOCUMENT_POSITION_CONTAINED_BY */ |
| 163 | + /** |
| 164 | + * @see org.w3c.dom.Node#DOCUMENT_POSITION_CONTAINED_BY |
| 165 | + */ |
132 | 166 | @JsxConstant |
133 | 167 | public static final int DOCUMENT_POSITION_CONTAINED_BY = org.w3c.dom.Node.DOCUMENT_POSITION_CONTAINED_BY; |
134 | 168 |
|
135 | | - /** @see org.w3c.dom.Node#DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC */ |
| 169 | + /** |
| 170 | + * @see org.w3c.dom.Node#DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC |
| 171 | + */ |
136 | 172 | @JsxConstant |
137 | 173 | public static final int DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC |
138 | 174 | = org.w3c.dom.Node.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC; |
|
0 commit comments