Class XmlHelper


  • public final class XmlHelper
    extends java.lang.Object
    Static methods to assist parsing and rendering of XML.
    Author:
    Andrew Varley, Richard Smith
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getClassName​(java.lang.Object obj, Model model)
      Get the class name if object represents a material class in model.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getClassName

        public static java.lang.String getClassName​(java.lang.Object obj,
                                                    Model model)
        Get the class name if object represents a material class in model.
        Parameters:
        obj - the object
        model - the parent model
        Returns:
        class name