Package io.guise.framework.platform.web
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 java.lang.Object
Cached information associating a pre-parsed XML document with a string.- Author:
- Garret Wilson
-
-
Constructor Summary
Constructors Constructor Description CachedDocument(java.lang.String text, org.w3c.dom.Document document)
Text and XML document constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.w3c.dom.Document
getDocument()
java.lang.String
getText()
-