V
VladimirVV
Hello,
Could anybody help me?
I'm reading SVG specification and at the end of each chapter I see topic
about DOM Interfaces.
For example:
All of the SVG DOM interfaces that correspond directly to elements in
the SVG language(e. g., the SVGPathElement interface corresponds
directly to the' path' element in the language) are derivative from base
class SVGElement.
Does it mean, that after creating DOM model using any parser I can use
SVGPathElement instead of checking tag's name "path"?
If Yes => how it could be done in C++ code? Where to get *.h file or
*.idl file described all SVG interfaces?
Thanx in advance,
Best regards, Vladimir.
*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
Could anybody help me?
I'm reading SVG specification and at the end of each chapter I see topic
about DOM Interfaces.
For example:
All of the SVG DOM interfaces that correspond directly to elements in
the SVG language(e. g., the SVGPathElement interface corresponds
directly to the' path' element in the language) are derivative from base
class SVGElement.
Does it mean, that after creating DOM model using any parser I can use
SVGPathElement instead of checking tag's name "path"?
If Yes => how it could be done in C++ code? Where to get *.h file or
*.idl file described all SVG interfaces?
Thanx in advance,
Best regards, Vladimir.
*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!