| Package | Description |
|---|---|
| com.helger.ublpe |
| Modifier and Type | Method and Description |
|---|---|
static EUBLPEDocumentType |
UBLPEDocumentTypes.getDocumentTypeOfImplementationClass(Class<?> aImplClass)
Get the UBLPE document type matching the passed implementation class.
|
static EUBLPEDocumentType |
UBLPEDocumentTypes.getDocumentTypeOfLocalName(String sLocalName)
Get the document type matching the passed document element local name.
|
static EUBLPEDocumentType |
EUBLPEDocumentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EUBLPEDocumentType[] |
EUBLPEDocumentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static UBLPEReaderBuilder<?> |
UBLPEReaderBuilder.createGeneric(EUBLPEDocumentType eDocType)
Create a new reader builder that is not typed, because only the document
type enumeration value is available.
|
| Constructor and Description |
|---|
UBLPEReaderBuilder(EUBLPEDocumentType aDocType,
Class<JAXBTYPE> aImplClass) |
UBLPEValidatorBuilder(EUBLPEDocumentType eDocType) |
UBLPEWriterBuilder(EUBLPEDocumentType eDocType) |
Copyright © 2018–2020 Philip Helger. All rights reserved.