public interface DocumentHandleFactory
DocumentHandle from its
String representation.| Modifier and Type | Method and Description |
|---|---|
DocumentHandle |
fromString(java.lang.String stringForm)
|
DocumentHandle fromString(java.lang.String stringForm)
DocumentHandle from its String
representation created using DocumentHandle.toString().
This may not return null.stringForm - the String representation of the DocumentHandleDocumentHandlejava.lang.IllegalArgumentException - if stringForm is not valid.