stevedlawrence commented on a change in pull request #343: WIP: Daf 2302 ext var
URL: https://github.com/apache/incubator-daffodil/pull/343#discussion_r400140390
##########
File path: daffodil-lib/src/main/scala/org/apache/daffodil/xml/QNameBase.scala
##########
@@ -477,6 +489,15 @@ protected trait RefQNameFactoryBase[T] {
protected def constructor(prefix: Option[String], local: String, namespace:
NS): T
+ /**
+ * This variant to resolve normal QNames such as in a ref="pre:local"
syntax, or
+ * a path step like these steps .../foo/bar:baz/quux.
+ *
+ * @param qnameString
+ * @param scope
+ * @param unqualifiedPathStepPolicy
+ * @return
+ */
Review comment:
Empty scaladoc on the variables.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services