Uses of Class
net.ssehub.easy.instantiation.core.model.artifactModel.xml.XmlNode
-
Packages that use XmlNode Package Description net.ssehub.easy.instantiation.core.model.artifactModel.xml Contains simple (non-decomposed) artifacts. -
-
Uses of XmlNode in net.ssehub.easy.instantiation.core.model.artifactModel.xml
Subclasses of XmlNode in net.ssehub.easy.instantiation.core.model.artifactModel.xml Modifier and Type Class Description classXmlCommentRepresents an XML comment.classXmlElementRepresents a parsed XML element with contained attributes.(package private) classXmlRootElementA specific root element storing the relation to the containing file artifact.Fields in net.ssehub.easy.instantiation.core.model.artifactModel.xml declared as XmlNode Modifier and Type Field Description private XmlNodeAttributeSynchronizer. iterprivate XmlNode[]XmlElement. nodesFields in net.ssehub.easy.instantiation.core.model.artifactModel.xml with type parameters of type XmlNode Modifier and Type Field Description private java.util.Map<XmlNode,java.lang.Integer>AttributeSynchronizer. positionsMethods in net.ssehub.easy.instantiation.core.model.artifactModel.xml that return XmlNode Modifier and Type Method Description private XmlNodeAttributeSynchronizer. advanceIter(XmlNode current)Advances the iterator position.private XmlNodeXmlFileArtifact. build(org.w3c.dom.Node node, XmlElement parent)Building up the representing object structure.private XmlNodeAttributeSynchronizer. checkPositions(XmlNode node)Checks whether the initial position ofnodeis stored inAttributeSynchronizer.positions.private XmlNodeAttributeSynchronizer. consumeNonXmlElements(XmlNode node)Consumes all following non-XmlElements.(package private) XmlNodeXmlElement. getChild(int index)(package private) XmlNodeXmlNode. getChild(int index)Returns the child at the givenindex.Methods in net.ssehub.easy.instantiation.core.model.artifactModel.xml that return types with arguments of type XmlNode Modifier and Type Method Description Set<XmlNode>XmlElement. nodes()Returns all nested nodes in sequence.Methods in net.ssehub.easy.instantiation.core.model.artifactModel.xml with parameters of type XmlNode Modifier and Type Method Description (package private) voidXmlElement. addChild(XmlNode child)Adds a child XmlElement to this XmlElement.private XmlNodeAttributeSynchronizer. advanceIter(XmlNode current)Advances the iterator position.private XmlNodeAttributeSynchronizer. checkPositions(XmlNode node)Checks whether the initial position ofnodeis stored inAttributeSynchronizer.positions.private XmlNodeAttributeSynchronizer. consumeNonXmlElements(XmlNode node)Consumes all following non-XmlElements.(package private) voidXmlComment. deleteChild(XmlNode child)(package private) voidXmlElement. deleteChild(XmlNode child)(package private) abstract voidXmlNode. deleteChild(XmlNode child)Removes a child from this Element.private voidXmlElement. insertElement(XmlNode elem, XmlNode previous)Inserts an XmlElement at a certain position.(package private) voidXmlElement. setNodes(XmlNode[] nodes)Replaces the child nodes of this element.
-