• ↖ Home
  • Developer´s Guide
    • ↑ Contents
    • Code
    • Embedding
    • Tcl
    • SVG
    • SVG-Import
    • Projects
    • License
    • Index
  • Download
    • Jeszra: Source Code

    • Ruby Wrapper Classes
    • Python Wrapper Classes
    • Lisp Wrapper Classes
  • Books@Lulu.com...
    • Jeszra: Design by Gestalt
    • Jeszra Library: Design by Gestalt

    • Gestalt Items
    • Runtime Library
  • Manual
    • Jeszra Book

    • Tcl Manual
    • Ruby Manual
    • Python Manual
    • Lisp Manual

    • API
  • About
analyzeUse
← Chapter 6. SVG Import DOM-Tree Parser-Converter to Tcl/Tk →

Name

vgcode::analyzeUse

Synopsis

          analyzeUse node \
             ?tkpRoot? ?buffer? ...
        

Description

Can be anything! In the counterpart it is only being used to reference images generated to the defs section. Inside of defs a series of elements can be predefined and reused by use and thus can reference everything inside this document and possibly outside ?

Parsing use: The properties of use are dominant to the properties of the referenced element, this is not possible with args –args are recessive by default. Done as defined inside the SVG specification.

When the used element isn’t an image a new partial parsing of the referenced element must be started. That is, the referenced element is used as it is.

Every property from this used element has to be inherited to the definition of the referenced element. And then the node itself is to be analyzed.


← ↖ →
makeVector ↑ inherit
SourceForge Logo

Copyright © 2009–2010 Arndt Roger Schneider