Uses of Class
net.ssehub.easy.instantiation.core.model.artifactModel.xml.XmlAttribute
-
Packages that use XmlAttribute Package Description net.ssehub.easy.instantiation.core.model.artifactModel.xml Contains simple (non-decomposed) artifacts. -
-
Uses of XmlAttribute in net.ssehub.easy.instantiation.core.model.artifactModel.xml
Fields in net.ssehub.easy.instantiation.core.model.artifactModel.xml declared as XmlAttribute Modifier and Type Field Description private XmlAttribute[]XmlElement. attributesMethods in net.ssehub.easy.instantiation.core.model.artifactModel.xml that return XmlAttribute Modifier and Type Method Description (package private) XmlAttributeXmlElement. addAttribute(java.lang.String name, java.lang.String value)Adds an attribute to this XmlElement.(package private) XmlAttributeXmlElement. addAttribute(java.lang.String name, java.lang.String value, boolean forceOverwrite)Adds an attribute to this XmlElement.static XmlAttributeXmlAttribute. create(XmlElement parent, java.lang.String name, java.lang.String value)Creates a new Attribute for given XmlElement, with given name and value.static XmlAttributeXmlAttribute. create(XmlElement parent, java.lang.String name, java.lang.String value, boolean forceOverwrite)Creates a new Attribute for given XmlElement, with given name and value.private XmlAttribute[]XmlFileArtifact. createAttributes(org.w3c.dom.Node node, XmlElement element)Creates and returns all Attributes for given node and XmlElement.XmlAttributeXmlElement. getAttribute(java.lang.String name)Returns a specific attribute.Methods in net.ssehub.easy.instantiation.core.model.artifactModel.xml that return types with arguments of type XmlAttribute Modifier and Type Method Description Sequence<XmlAttribute>XmlElement. attributes()Returns all attributes.Set<XmlAttribute>XmlElement. selectAttributeByRegex(java.lang.String regEx)Returns a specific attribute.Methods in net.ssehub.easy.instantiation.core.model.artifactModel.xml with parameters of type XmlAttribute Modifier and Type Method Description (package private) voidXmlElement. deleteAttribute(XmlAttribute attribute)Deletes an attribute (internal function, called from attribute).(package private) voidXmlElement. renameAttribute(XmlAttribute attribute, java.lang.String name)Renames an Attribute (internal called from XmlAttribute).Constructors in net.ssehub.easy.instantiation.core.model.artifactModel.xml with parameters of type XmlAttribute Constructor Description NodeComparator(XmlAttribute[] attributes)Creates the comparator.XmlElement(XmlElement parent, java.lang.String name, XmlAttribute[] attributes, org.w3c.dom.Node node)Creates a new XML element fragment artifact.XmlRootElement(XmlFileArtifact file, XmlElement parent, java.lang.String name, XmlAttribute[] attributes, org.w3c.dom.Node node)Creates a new XML root element fragment artifact.
-