Class X3DUnifiedObjectModel40

java.lang.Object
org.web3d.x3d.util.x3duom.X3DUnifiedObjectModel40

public final class X3DUnifiedObjectModel40
extends java.lang.Object
Utility class to expose X3D Unified Object Model (X3DUOM).

See Also:
X3D Scene Authoring Hints
  • Constructor Summary

    Constructors 
    Constructor Description
    X3DUnifiedObjectModel40()
    Constructor performs initialization
  • Method Summary

    Modifier and Type Method Description
    void initialize()
    Load and initialize X3DUOM JAXB object
    void marshallToXmlFile​(java.lang.String outputFilePath)
    Marshall X3DUOM JAXB object as XML String to file
    java.lang.String marshalToXml()
    Provide XML String of X3DUOM from JAXB object

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • initialize

      public void initialize()
      Load and initialize X3DUOM JAXB object
    • marshallToXmlFile

      public void marshallToXmlFile​(java.lang.String outputFilePath)
      Marshall X3DUOM JAXB object as XML String to file
      Parameters:
      outputFilePath - path and filename for result
    • marshalToXml

      public java.lang.String marshalToXml()
      Provide XML String of X3DUOM from JAXB object
      Returns:
      XML string