Uses of Class
com.sun.electric.technology.xml.Xml806.PrimitiveNode

Packages that use Xml806.PrimitiveNode
com.sun.electric.technology.xml Package for handling versions of Technology Xml syntax. 
 

Uses of Xml806.PrimitiveNode in com.sun.electric.technology.xml
 

Fields in com.sun.electric.technology.xml with type parameters of type Xml806.PrimitiveNode
 java.util.List<Xml806.PrimitiveNode> Xml806.Technology.nodes
           
 

Methods in com.sun.electric.technology.xml that return Xml806.PrimitiveNode
 Xml806.PrimitiveNode Xml806.Technology.findNode(java.lang.String name)
           
 

Method parameters in com.sun.electric.technology.xml with type arguments of type Xml806.PrimitiveNode
static Xml806.MenuPalette Xml806.parseComponentMenuXMLTechEdit(java.lang.String xml, java.util.List<Xml806.PrimitiveNode> nodes, java.util.List<Xml806.ArcProto> arcs)
          Method to parse a string of XML that describes the component menu in a Technology Editing context.