Package | Description |
---|---|
com.sun.electric.technology.xml |
Package for handling versions of Technology Xml syntax.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<XmlParam.PrimitiveNode> |
XmlParam.Technology.nodes |
Modifier and Type | Method and Description |
---|---|
XmlParam.PrimitiveNode |
XmlParam.Technology.findNode(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
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.
|