public final class DomHelper extends Object
Modifier and Type | Method and Description |
---|---|
static List<Element> |
getElementChildren(Element description) |
static Element |
getFirstChildElement(Element description)
Return the first child element of the element parameter.
|
static QName |
getQName(Element element) |
static Element |
getUniqueElementChild(Element description) |
static boolean |
isParseTypeResource(Element element) |
static boolean |
isRdfDescription(Element element) |
public static Element getUniqueElementChild(Element description) throws XmpParsingException
XmpParsingException
public static Element getFirstChildElement(Element description) throws XmpParsingException
description
- XmpParsingException
public static List<Element> getElementChildren(Element description) throws XmpParsingException
XmpParsingException
public static boolean isRdfDescription(Element element)
public static boolean isParseTypeResource(Element element)
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.