Class WebTextBoxDepictor.CachedDocument

java.lang.Object
io.guise.framework.platform.web.WebTextBoxDepictor.CachedDocument
Enclosing class:
WebTextBoxDepictor<C extends TextBox>

protected static class WebTextBoxDepictor.CachedDocument extends Object
Cached information associating a pre-parsed XML document with a string.
Author:
Garret Wilson
  • Constructor Details

    • CachedDocument

      public CachedDocument(String text, Document document)
      Text and XML document constructor.
      Parameters:
      text - The text for which there is a cached XML document.
      document - The cached XML document.
  • Method Details

    • getText

      public String getText()
      Returns:
      The text for which there is a cached XML document.
    • getDocument

      public Document getDocument()
      Returns:
      The cached XML document.