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

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

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

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

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

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