C# Class SVGParser, UnitySVG

Inheritance: SmallXmlParser.IContentHandler
Datei anzeigen Open project: MrJoy/UnitySVG Class Usage Examples

Public Methods

Method Description
GetElementList ( List elementList, SVGPaintable, paintable, SVGGraphics, render, SVGTransformList, summaryTransformList ) : void
Next ( ) : bool
OnEndElement ( string name ) : void
OnInlineElement ( string name, string>.Dictionary attrs ) : void
OnStartElement ( string name, string>.Dictionary attrs ) : void
OnStartParsing ( SmallXmlParser parser ) : void
SVGParser ( ) : System.Collections.Generic
SVGParser ( string text ) : System.Collections.Generic

Private Methods

Method Description
Lookup ( string name ) : SVGNodeName

Method Details

GetElementList() public method

public GetElementList ( List elementList, SVGPaintable, paintable, SVGGraphics, render, SVGTransformList, summaryTransformList ) : void
elementList List
paintable SVGPaintable,
render SVGGraphics,
summaryTransformList SVGTransformList,
return void

Next() public method

public Next ( ) : bool
return bool

OnEndElement() public method

public OnEndElement ( string name ) : void
name string
return void

OnInlineElement() public method

public OnInlineElement ( string name, string>.Dictionary attrs ) : void
name string
attrs string>.Dictionary
return void

OnStartElement() public method

public OnStartElement ( string name, string>.Dictionary attrs ) : void
name string
attrs string>.Dictionary
return void

OnStartParsing() public method

public OnStartParsing ( SmallXmlParser parser ) : void
parser SmallXmlParser
return void

SVGParser() public method

public SVGParser ( ) : System.Collections.Generic
return System.Collections.Generic

SVGParser() public method

public SVGParser ( string text ) : System.Collections.Generic
text string
return System.Collections.Generic