public final class InfoExtraction extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getLicenseAttribute(Element licenseElement,
String attributeName) |
static String |
getLicenseAttribute(Element licenseElement,
String attributeName,
boolean required) |
static String |
getLicenseElementTagValue(Element licenseElement,
String tagName) |
static String |
getLicenseElementTagValue(Element licenseElement,
String tagName,
boolean required) |
static String |
getProductAttribute(Element productElement,
String attributeName) |
static String |
getProductAttribute(Element productElement,
String attributeName,
boolean required) |
static String |
getProductElementTagValue(Element product,
String tagName) |
static String |
getProductElementTagValue(Element product,
String tagName,
boolean required) |
public static String getLicenseElementTagValue(Element licenseElement, String tagName)
public static String getLicenseElementTagValue(Element licenseElement, String tagName, boolean required)
public static String getLicenseAttribute(Element licenseElement, String attributeName)
public static String getLicenseAttribute(Element licenseElement, String attributeName, boolean required)
public static String getProductElementTagValue(Element product, String tagName)
public static String getProductElementTagValue(Element product, String tagName, boolean required)
public static String getProductAttribute(Element productElement, String attributeName)
Copyright © 2018. All rights reserved.