Class TextXMLContent

java.lang.Object
org.gvsig.utils.xmlViewer.TextXMLContent
All Implemented Interfaces:
XMLContent

public class TextXMLContent extends Object implements XMLContent
Clase que sirve de XMLContent al control XMLViewer a partir de un string con un fichero XML
Author:
Fernando González Cortés
  • Constructor Details

    • TextXMLContent

      public TextXMLContent(String text)
      Crea un nuevo TextXMLContent.
      Parameters:
      text - Texto con el XML
  • Method Details