Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/rxm.git

Missing javadocs.

Author Dave Jarvis <email>
Date 2015-03-31 00:04:17 GMT-0700
Commit 17cee28c5db87b1a87ca0d7adf962d4220ffa63a
Parent 1325014
Delta 5 lines added, 0 lines removed, 5-line increase
source/java/com/whitemagicsoftware/rxm/xml/ColumnMapContext.java
* Returns the list of elements associated with this context. This
* is used to obtain the list of element names for the divergent lists.
+ *
+ * @return The list of ElementContext instances that contain element names.
*/
protected List<QueryParser.ElementContext> element() {
return elementPath().element();
}
/**
* Helper method.
+ *
+ * @return The element path containing ElementContext instances having
+ * element names.
*/
protected QueryParser.ElementPathContext elementPath() {