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

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

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

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

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

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