Class DomHelper

java.lang.Object
org.apache.xmpbox.xml.DomHelper

public final class DomHelper extends Object
  • Constructor Details

    • DomHelper

      private DomHelper()
  • Method Details

    • getUniqueElementChild

      public static Element getUniqueElementChild(Element description) throws XmpParsingException
      Throws:
      XmpParsingException
    • getFirstChildElement

      public static Element getFirstChildElement(Element description)
      Return the first child element of the element parameter. If there is no child, null is returned
      Parameters:
      description - the parent element
      Returns:
      the first child element. Might be null.
    • getElementChildren

      public static List<Element> getElementChildren(Element description)
    • getQName

      public static QName getQName(Element element)
    • isRdfDescription

      public static boolean isRdfDescription(Element element)
    • isParseTypeResource

      public static boolean isParseTypeResource(Element element)