Class LinkFactory

java.lang.Object
com.musicxmltasks.musicxml.factory.LinkFactory

public class LinkFactory
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    static Bookmark newBookmark​(org.w3c.dom.Element element)  
    static Link newLink​(org.w3c.dom.Element element)  
    static LinkAttributes newLinkAttributes​(org.w3c.dom.Element element)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • newLink

      public static Link newLink​(org.w3c.dom.Element element)
    • newLinkAttributes

      public static LinkAttributes newLinkAttributes​(org.w3c.dom.Element element)
    • newBookmark

      public static Bookmark newBookmark​(org.w3c.dom.Element element)