Class TX3DExternalPrototype

Unit

Declaration

type TX3DExternalPrototype = class(TX3DPrototypeBase)

Description

X3D external prototype (referencing another file).

Hierarchy

Overview

Methods

Public constructor Create;
Public destructor Destroy; override;
Public procedure Parse(Lexer: TX3DLexer; Reader: TX3DReaderNames); override;
Public procedure ParseXML(Element: TDOMElement; Reader: TX3DReaderNames); override;
Public procedure SaveToStream(Writer: TX3DWriter); override;
Public procedure LoadReferenced(const Version: TX3DVersion);
Public procedure UnloadReferenced;

Properties

Public property UrlList: TMFString read FUrlList;
Public property ReferencedPrototype: TX3DPrototype read FReferencedPrototype;
Public property ReferencedClass: TX3DNodeClass read FReferencedClass;

Description

Methods

Public constructor Create;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Public procedure Parse(Lexer: TX3DLexer; Reader: TX3DReaderNames); override;

This item has no description. Showing description inherited from TX3DPrototypeBase.Parse.

Parse prototype, and add it to Names.Prototypes. Adds to Names by Names.Prototypes.Bind(Self).

Public procedure ParseXML(Element: TDOMElement; Reader: TX3DReaderNames); override;

This item has no description.

Public procedure SaveToStream(Writer: TX3DWriter); override;

This item has no description. Showing description inherited from TX3DFileItem.SaveToStream.

Save to stream.

Public procedure LoadReferenced(const Version: TX3DVersion);

Loads URL, until the first success. Sets either ReferencedClass to non-nil (if it's built-in node) or ReferencedPrototype (if prototype expansion found in external file).

Public procedure UnloadReferenced;

This item has no description.

Properties

Public property UrlList: TMFString read FUrlList;

This item has no description.

Public property ReferencedPrototype: TX3DPrototype read FReferencedPrototype;

This item has no description.

Public property ReferencedClass: TX3DNodeClass read FReferencedClass;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.