Uses of Class
org.spdx.licensexml.LicenseXmlException
Packages that use LicenseXmlException
Package
Description
Classes that support the License XML format (see https://github.com/spdx/license-list-XML)
-
Uses of LicenseXmlException in org.spdx.licensexml
Methods in org.spdx.licensexml that throw LicenseXmlExceptionModifier and TypeMethodDescriptionstatic ObjectLicenseXmlHelper.getHeaderTemplate(Element headerElement) static ObjectLicenseXmlHelper.getHeaderText(Element headerElement) static ObjectLicenseXmlHelper.getHeaderTextHtml(Element headerElement) LicenseXmlDocument.getLicenseExceptions()static StringLicenseXmlHelper.getLicenseTemplate(Element licenseElement) Gets the license template text from the license elementstatic StringLicenseXmlHelper.getLicenseText(Element licenseElement) Gets license text from the license elementstatic StringLicenseXmlHelper.getLicenseTextHtml(Element licenseElement) Get the HTML fragment representing the license text from the license bodyLicenseXmlDocument.getListedLicenses()Will skip deprecated licensesstatic StringLicenseXmlHelper.getNoteText(Element licenseElement) Format note text taking into account line breaks, paragraphs etc.Constructors in org.spdx.licensexml that throw LicenseXmlExceptionModifierConstructorDescriptionLicenseXmlDocument(File file, org.spdx.storage.IModelStore v2ModelStore, org.spdx.storage.IModelStore v3ModelStore, org.spdx.core.IModelCopyManager copyManager, org.spdx.library.model.v3_0_1.core.CreationInfo creationInfo) LicenseXmlDocument(Document xmlDocument) XmlLicenseProviderSingleFile(File licenseXmlFile, String currentListVersion, String releaseDate)