@@ -897,7 +897,7 @@ public static SCXML read(final URL scxmlURL, final Configuration configuration)
897
897
}
898
898
899
899
/**
900
- * Read the contents of this <assign> element.
900
+ * Reads the contents of this <assign> element.
901
901
*
902
902
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
903
903
* @param configuration The {@link Configuration} to use while parsing.
@@ -960,7 +960,7 @@ private static String readAV(final XMLStreamReader reader, final String attrLoca
960
960
}
961
961
962
962
/**
963
- * Read the following body contents into a String.
963
+ * Reads the following body contents into a String.
964
964
*
965
965
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
966
966
* @return The body content read into a String.
@@ -1018,7 +1018,7 @@ private static Boolean readBooleanAV(final XMLStreamReader reader, final String
1018
1018
}
1019
1019
1020
1020
/**
1021
- * Read the contents of this <cancel> element.
1021
+ * Reads the contents of this <cancel> element.
1022
1022
*
1023
1023
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
1024
1024
* @param configuration The {@link Configuration} to use while parsing.
@@ -1051,7 +1051,7 @@ private static void readCancel(final XMLStreamReader reader, final Configuration
1051
1051
}
1052
1052
1053
1053
/**
1054
- * Read the contents of this <content> element.
1054
+ * Reads the contents of this <content> element.
1055
1055
*
1056
1056
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
1057
1057
* @param configuration The {@link Configuration} to use while parsing.
@@ -1074,7 +1074,7 @@ private static void readContent(final XMLStreamReader reader, final Configuratio
1074
1074
}
1075
1075
1076
1076
/**
1077
- * Read the contents of this custom action.
1077
+ * Reads the contents of this custom action.
1078
1078
*
1079
1079
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
1080
1080
* @param configuration The {@link Configuration} to use while parsing.
@@ -1169,7 +1169,7 @@ private static void readCustomAction(final XMLStreamReader reader, final Configu
1169
1169
}
1170
1170
1171
1171
/**
1172
- * Read the contents of this <data> element.
1172
+ * Reads the contents of this <data> element.
1173
1173
*
1174
1174
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
1175
1175
* @param configuration The {@link Configuration} to use while parsing.
@@ -1200,7 +1200,7 @@ private static void readData(final XMLStreamReader reader, final Configuration c
1200
1200
}
1201
1201
1202
1202
/**
1203
- * Read the contents of this <datamodel> element.
1203
+ * Reads the contents of this <datamodel> element.
1204
1204
*
1205
1205
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
1206
1206
* @param configuration The {@link Configuration} to use while parsing.
@@ -1245,7 +1245,7 @@ private static void readDatamodel(final XMLStreamReader reader, final Configurat
1245
1245
* Private utility functions for reading the SCXML document.
1246
1246
*/
1247
1247
/**
1248
- * Read the SCXML document through the {@link XMLStreamReader}.
1248
+ * Reads the SCXML document through the {@link XMLStreamReader}.
1249
1249
*
1250
1250
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
1251
1251
* @param configuration The {@link Configuration} to use while parsing.
@@ -1284,7 +1284,7 @@ private static SCXML readDocument(final XMLStreamReader reader, final Configurat
1284
1284
}
1285
1285
1286
1286
/**
1287
- * Read the contents of this <donedata> element.
1287
+ * Reads the contents of this <donedata> element.
1288
1288
*
1289
1289
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
1290
1290
* @param configuration The {@link Configuration} to use while parsing.
@@ -1331,7 +1331,7 @@ private static void readDoneData(final XMLStreamReader reader, final Configurati
1331
1331
}
1332
1332
1333
1333
/**
1334
- * Read the current element into a DOM {@link Element}.
1334
+ * Reads the current element into a DOM {@link Element}.
1335
1335
*
1336
1336
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
1337
1337
* @return The parsed content as a DOM {@link Element}.
@@ -1414,7 +1414,7 @@ private static Element readElement(final XMLStreamReader reader)
1414
1414
}
1415
1415
1416
1416
/**
1417
- * Read the contents of this <else> element.
1417
+ * Reads the contents of this <else> element.
1418
1418
*
1419
1419
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
1420
1420
* @param executable The parent {@link Executable} for this action.
@@ -1431,7 +1431,7 @@ private static void readElse(final XMLStreamReader reader, final Executable exec
1431
1431
}
1432
1432
1433
1433
/**
1434
- * Read the contents of this <elseif> element.
1434
+ * Reads the contents of this <elseif> element.
1435
1435
*
1436
1436
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
1437
1437
* @param executable The parent {@link Executable} for this action.
@@ -1449,7 +1449,7 @@ private static void readElseIf(final XMLStreamReader reader, final Executable ex
1449
1449
}
1450
1450
1451
1451
/**
1452
- * Read this set of executable content elements.
1452
+ * Reads this set of executable content elements.
1453
1453
*
1454
1454
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
1455
1455
* @param configuration The {@link Configuration} to use while parsing.
@@ -1557,7 +1557,7 @@ private static void readExecutableContext(final XMLStreamReader reader, final Co
1557
1557
}
1558
1558
1559
1559
/**
1560
- * Read the contents of this <final> element.
1560
+ * Reads the contents of this <final> element.
1561
1561
*
1562
1562
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
1563
1563
* @param configuration The {@link Configuration} to use while parsing.
@@ -1614,7 +1614,7 @@ private static void readFinal(final XMLStreamReader reader, final Configuration
1614
1614
}
1615
1615
1616
1616
/**
1617
- * Read the contents of this <finalize> element.
1617
+ * Reads the contents of this <finalize> element.
1618
1618
*
1619
1619
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
1620
1620
* @param configuration The {@link Configuration} to use while parsing.
@@ -1635,7 +1635,7 @@ private static void readFinalize(final XMLStreamReader reader, final Configurati
1635
1635
}
1636
1636
1637
1637
/**
1638
- * Read the contents of this <foreach> element.
1638
+ * Reads the contents of this <foreach> element.
1639
1639
*
1640
1640
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
1641
1641
* @param configuration The {@link Configuration} to use while parsing.
@@ -1663,7 +1663,7 @@ private static void readForeach(final XMLStreamReader reader, final Configuratio
1663
1663
}
1664
1664
1665
1665
/**
1666
- * Read the contents of the initial <script> element.
1666
+ * Reads the contents of the initial <script> element.
1667
1667
* @see <a href="https://www.w3.org/TR/2015/REC-scxml-20150901/#scxml">
1668
1668
* https://www.w3.org/TR/2015/REC-scxml-20150901/#scxml<a> section 3.2.2
1669
1669
*
@@ -1682,7 +1682,7 @@ private static void readGlobalScript(final XMLStreamReader reader, final Configu
1682
1682
}
1683
1683
1684
1684
/**
1685
- * Read the contents of this <history> element.
1685
+ * Reads the contents of this <history> element.
1686
1686
*
1687
1687
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
1688
1688
* @param configuration The {@link Configuration} to use while parsing.
@@ -1723,7 +1723,7 @@ private static void readHistory(final XMLStreamReader reader, final Configuratio
1723
1723
}
1724
1724
1725
1725
/**
1726
- * Read the contents of this <if> element.
1726
+ * Reads the contents of this <if> element.
1727
1727
*
1728
1728
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
1729
1729
* @param configuration The {@link Configuration} to use while parsing.
@@ -1767,7 +1767,7 @@ private static void readInExternalTargets(final SCXML parent, final EnterableSta
1767
1767
}
1768
1768
1769
1769
/**
1770
- * Read the contents of this <initial> element.
1770
+ * Reads the contents of this <initial> element.
1771
1771
*
1772
1772
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
1773
1773
* @param configuration The {@link Configuration} to use while parsing.
@@ -1841,7 +1841,7 @@ private static SCXML readInternal(final Configuration configuration, final URL s
1841
1841
}
1842
1842
1843
1843
/**
1844
- * Read the contents of this <invoke> element.
1844
+ * Reads the contents of this <invoke> element.
1845
1845
*
1846
1846
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
1847
1847
* @param configuration The {@link Configuration} to use while parsing.
@@ -1898,7 +1898,7 @@ private static void readInvoke(final XMLStreamReader reader, final Configuration
1898
1898
}
1899
1899
1900
1900
/**
1901
- * Read the contents of this <log> element.
1901
+ * Reads the contents of this <log> element.
1902
1902
*
1903
1903
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
1904
1904
* @param executable The parent {@link Executable} for this action.
@@ -1921,7 +1921,7 @@ private static void readLog(final XMLStreamReader reader, final Executable execu
1921
1921
}
1922
1922
1923
1923
/**
1924
- * Read the current active namespace declarations.
1924
+ * Reads the current active namespace declarations.
1925
1925
*
1926
1926
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
1927
1927
* @return the map of active namespace declarations, null if none defined
@@ -1938,7 +1938,7 @@ private static Map<String, String> readNamespaces(final XMLStreamReader reader)
1938
1938
}
1939
1939
1940
1940
/**
1941
- * Read the contents of this <onentry> element.
1941
+ * Reads the contents of this <onentry> element.
1942
1942
*
1943
1943
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
1944
1944
* @param configuration The {@link Configuration} to use while parsing.
@@ -1958,7 +1958,7 @@ private static void readOnEntry(final XMLStreamReader reader, final Configuratio
1958
1958
}
1959
1959
1960
1960
/**
1961
- * Read the contents of this <onexit> element.
1961
+ * Reads the contents of this <onexit> element.
1962
1962
*
1963
1963
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
1964
1964
* @param configuration The {@link Configuration} to use while parsing.
@@ -1993,7 +1993,7 @@ else if (id.startsWith(SCXML.GENERATED_TT_ID_PREFIX)) {
1993
1993
}
1994
1994
1995
1995
/**
1996
- * Read the contents of this <parallel> element.
1996
+ * Reads the contents of this <parallel> element.
1997
1997
*
1998
1998
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
1999
1999
* @param configuration The {@link Configuration} to use while parsing.
@@ -2085,7 +2085,7 @@ private static void readParallel(final XMLStreamReader reader, final Configurati
2085
2085
}
2086
2086
2087
2087
/**
2088
- * Read the contents of this <param> element.
2088
+ * Reads the contents of this <param> element.
2089
2089
*
2090
2090
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
2091
2091
* @param configuration The {@link Configuration} to use while parsing.
@@ -2120,7 +2120,7 @@ else if (location == null) {
2120
2120
}
2121
2121
2122
2122
/**
2123
- * Read and parse the body of a {@link ParsedValueContainer} element.
2123
+ * Reads and parse the body of a {@link ParsedValueContainer} element.
2124
2124
*
2125
2125
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
2126
2126
* @param configuration The {@link Configuration} to use while parsing.
@@ -2188,7 +2188,7 @@ else if (children.getLength() == 1 && (cdata || child.getNodeType() == Node.TEXT
2188
2188
}
2189
2189
2190
2190
/**
2191
- * Read the contents of this <raise> element.
2191
+ * Reads the contents of this <raise> element.
2192
2192
*
2193
2193
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
2194
2194
* @param configuration The {@link Configuration} to use while parsing.
@@ -2240,7 +2240,7 @@ private static String readRequiredAV(final XMLStreamReader reader, final String
2240
2240
}
2241
2241
2242
2242
/**
2243
- * Read the contents of this <script> element.
2243
+ * Reads the contents of this <script> element.
2244
2244
*
2245
2245
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
2246
2246
* @param configuration The {@link Configuration} to use while parsing.
@@ -2271,7 +2271,7 @@ private static Script readScript(final XMLStreamReader reader, final Configurati
2271
2271
}
2272
2272
2273
2273
/**
2274
- * Read the contents of this <script> element.
2274
+ * Reads the contents of this <script> element.
2275
2275
*
2276
2276
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
2277
2277
* @param configuration The {@link Configuration} to use while parsing.
@@ -2293,7 +2293,7 @@ private static void readScript(final XMLStreamReader reader, final Configuration
2293
2293
}
2294
2294
2295
2295
/**
2296
- * Read the contents of this <scxml> element.
2296
+ * Reads the contents of this <scxml> element.
2297
2297
*
2298
2298
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
2299
2299
* @param configuration The {@link Configuration} to use while parsing.
@@ -2370,7 +2370,7 @@ private static void readSCXML(final XMLStreamReader reader, final Configuration
2370
2370
}
2371
2371
2372
2372
/**
2373
- * Read the contents of this <send> element.
2373
+ * Reads the contents of this <send> element.
2374
2374
*
2375
2375
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
2376
2376
* @param configuration The {@link Configuration} to use while parsing.
@@ -2485,7 +2485,7 @@ private static void readSend(final XMLStreamReader reader, final Configuration c
2485
2485
}
2486
2486
2487
2487
/**
2488
- * Read the contents of this simple <transition> element.
2488
+ * Reads the contents of this simple <transition> element.
2489
2489
*
2490
2490
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
2491
2491
* @param configuration The {@link Configuration} to use while parsing.
@@ -2516,7 +2516,7 @@ private static SimpleTransition readSimpleTransition(final XMLStreamReader reade
2516
2516
}
2517
2517
2518
2518
/**
2519
- * Read the contents of this <state> element.
2519
+ * Reads the contents of this <state> element.
2520
2520
*
2521
2521
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
2522
2522
* @param configuration The {@link Configuration} to use while parsing.
@@ -2618,7 +2618,7 @@ private static void readState(final XMLStreamReader reader, final Configuration
2618
2618
}
2619
2619
2620
2620
/**
2621
- * Read the contents of this <transition> element.
2621
+ * Reads the contents of this <transition> element.
2622
2622
*
2623
2623
* @param reader The {@link XMLStreamReader} providing the SCXML document to parse.
2624
2624
* @param configuration The {@link Configuration} to use while parsing.
0 commit comments