com.mindfusion.svg
Class SvgDocument.Nodes

java.lang.Object
  extended by com.mindfusion.svg.SvgDocument.Nodes
Enclosing class:
SvgDocument

public static class SvgDocument.Nodes
extends java.lang.Object


Field Summary
static org.w3c.dom.Node Defs
           
static org.w3c.dom.Node Last
           
static org.w3c.dom.Node Root
           
static org.w3c.dom.Element RootE
           
 
Constructor Summary
SvgDocument.Nodes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Defs

public static org.w3c.dom.Node Defs

Root

public static org.w3c.dom.Node Root

RootE

public static org.w3c.dom.Element RootE

Last

public static org.w3c.dom.Node Last
Constructor Detail

SvgDocument.Nodes

public SvgDocument.Nodes()