Class SimpleNode
- java.lang.Object
-
- de.hybris.platform.commons.translator.nodes.AbstractNode
-
- de.hybris.platform.commons.translator.nodes.SimpleNode
-
public class SimpleNode extends AbstractNode
Non abstract class that extedns AbstractNode,
without any other features
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.commons.translator.nodes.AbstractNode
OPEN_TAG
-
-
Constructor Summary
Constructors Constructor Description SimpleNode(java.lang.String nodeName, java.lang.String nodeText)SimpleNode(java.lang.String nodeName, java.lang.String nodeText, java.util.Map<java.lang.String,java.lang.String> generateAttributes)
-
Method Summary
-
Methods inherited from class de.hybris.platform.commons.translator.nodes.AbstractNode
addAttribute, addAttributes, addChildNode, addChildNodes, getAttributeByName, getAttributes, getChildNodeByName, getChildNodes, getNodeName, getNodeText, getParentNode, getStyleClass, isOpenTag, setAttributes, setChildNodes, setNodeName, setNodeText, setParentNode
-
-