Package snap.props

Class PropNodeXML

java.lang.Object
snap.props.PropNodeXML

public class PropNodeXML extends Object
This utility class converts PropNode to/from XMLElement.
  • Constructor Details

    • PropNodeXML

      public PropNodeXML()
  • Method Details

    • convertPropNodeToXML

      public static XMLElement convertPropNodeToXML(PropNode aPropNode, String aNodeKey)
      Converts a given PropNode to XML element.
    • convertXMLToPropNode

      public static PropNode convertXMLToPropNode(XMLElement anElement)
      Converts a given XML element to PropNode.