Package org.apache.xmpbox.xml
Class DomHelper
java.lang.Object
org.apache.xmpbox.xml.DomHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetElementChildren
(Element description) static Element
getFirstChildElement
(Element description) Return the first child element of the element parameter.static QName
static Element
getUniqueElementChild
(Element description) static boolean
isParseTypeResource
(Element element) static boolean
isRdfDescription
(Element element)
-
Constructor Details
-
DomHelper
private DomHelper()
-
-
Method Details
-
getUniqueElementChild
- Throws:
XmpParsingException
-
getFirstChildElement
Return the first child element of the element parameter. If there is no child, null is returned- Parameters:
description
-- Returns:
- the first child element. Might be null.
- Throws:
XmpParsingException
-
getElementChildren
- Throws:
XmpParsingException
-
getQName
-
isRdfDescription
-
isParseTypeResource
-