Class ProtoTagDtdDeclarationExamples

java.lang.Object
Basic.development.ProtoTagDtdDeclarationExamples

public class ProtoTagDtdDeclarationExamples extends Object

Provides Prototype XML-tag-definition examples to demonstrate DTD modularization and extensibility in X3D scenes. Also see SpinGroupInternalSubsetDeclaration.x3d.

Related links: Catalog page ProtoTagDtdDeclarationExamples, source ProtoTagDtdDeclarationExamples.java, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.

Scene Meta Information
meta tags   Document Metadata
title ProtoTagDtdDeclarationExamples.x3d
created 17 April 2000
modified 20 October 2019
creator Don Brutzman
e-mail brutzman@nps.navy.mil
description Provides Prototype XML-tag-definition examples to demonstrate DTD modularization and extensibility in X3D scenes. Also see SpinGroupInternalSubsetDeclaration.x3d
warning You must view full source of the DTD declarations (ProtoTagDtdDeclarationExamples.x3d.txt) to fully understand validation techniques in this file.
error internal subset deficiency: nodeType attributes need to be converted to containerField attributes.
reference ProtoTagDtdDeclarationExamples.x3d.txt
reference SpinGroupInternalSubsetDeclaration.x3d.txt
identifier https://www.web3d.org/x3d/content/examples/Basic/development/ProtoTagDtdDeclarationExamples.x3d
generator X3D-Edit 3.1, https://www.web3d.org/x3d/content/README.X3D-Edit.html
license ../license.html
 

This program uses the X3D Java Scene Access Interface Library (X3DJSAIL). It has been produced using the X3dToJava.xslt stylesheet (version control) which is used to create Java source code from an original .x3d model.

  • Constructor Details

    • ProtoTagDtdDeclarationExamples

      public ProtoTagDtdDeclarationExamples()
      Default constructor to create this object.
  • Method Details

    • initialize

      public final void initialize()
      Create and initialize the X3D model for this object.
    • getX3dModel

      public org.web3d.x3d.jsail.Core.X3D getX3dModel()
      Provide a shallow copy of the X3D model.
      Returns:
      ProtoTagDtdDeclarationExamples model
      See Also:
    • main

      public static void main(String[] args)
      Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.
      Parameters:
      args - array of input parameters, provided as arguments
      See Also: