Package org.apache.xmpbox.xml
Class DomHelper
java.lang.Object
org.apache.xmpbox.xml.DomHelper
-
Method Summary
Modifier and TypeMethodDescriptiongetElementChildren(Element description) static ElementgetFirstChildElement(Element description) Return the first child element of the element parameter.static QNamestatic ElementgetUniqueElementChild(Element description) static booleanisParseTypeResource(Element element) static booleanisRdfDescription(Element element) Deprecated.This will be removed in 4.0.
-
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
Deprecated.This will be removed in 4.0.- Parameters:
element-- Returns:
-
isParseTypeResource
-