Uses of Class
net.ssehub.easy.instantiation.core.model.artifactModel.xml.XmlComment
-
Packages that use XmlComment Package Description net.ssehub.easy.instantiation.core.model.artifactModel.xml Contains simple (non-decomposed) artifacts. -
-
Uses of XmlComment in net.ssehub.easy.instantiation.core.model.artifactModel.xml
Methods in net.ssehub.easy.instantiation.core.model.artifactModel.xml that return XmlComment Modifier and Type Method Description static XmlCommentXmlComment. create(XmlElement parent, java.lang.String contents)Creates a new XmlComment as child of given parent.private XmlCommentXmlFileArtifact. fill(org.w3c.dom.Node node, XmlComment element)Fills an XML comment with data.Methods in net.ssehub.easy.instantiation.core.model.artifactModel.xml that return types with arguments of type XmlComment Modifier and Type Method Description Sequence<XmlComment>XmlElement. comments()Returns all nested comments in sequence.Methods in net.ssehub.easy.instantiation.core.model.artifactModel.xml with parameters of type XmlComment Modifier and Type Method Description private XmlCommentXmlFileArtifact. fill(org.w3c.dom.Node node, XmlComment element)Fills an XML comment with data.
-