@NotThreadSafe public final class UBL20Reader extends AbstractUBLDocumentMarshaller
| Modifier and Type | Method and Description |
|---|---|
static oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType |
readApplicationResponse(File aSource)
Interpret the passed
File as a ApplicationResponse using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType |
readApplicationResponse(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a ApplicationResponse using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType |
readApplicationResponse(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a ApplicationResponse
using the global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType |
readApplicationResponse(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a ApplicationResponse
using a custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType |
readApplicationResponse(Node aNode)
Interpret the passed DOM
Node as a ApplicationResponse using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType |
readApplicationResponse(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a ApplicationResponse using a
custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType |
readApplicationResponse(Source aSource)
Interpret the passed
Source as a ApplicationResponse using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType |
readApplicationResponse(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a ApplicationResponse using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType |
readAttachedDocument(File aSource)
Interpret the passed
File as a AttachedDocument using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType |
readAttachedDocument(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a AttachedDocument using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType |
readAttachedDocument(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a AttachedDocument using
the global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType |
readAttachedDocument(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a AttachedDocument using
a custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType |
readAttachedDocument(Node aNode)
Interpret the passed DOM
Node as a AttachedDocument using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType |
readAttachedDocument(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a AttachedDocument using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType |
readAttachedDocument(Source aSource)
Interpret the passed
Source as a AttachedDocument using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType |
readAttachedDocument(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a AttachedDocument using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType |
readBillOfLading(File aSource)
Interpret the passed
File as a BillOfLading using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType |
readBillOfLading(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a BillOfLading using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType |
readBillOfLading(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a BillOfLading using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType |
readBillOfLading(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a BillOfLading using a
custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType |
readBillOfLading(Node aNode)
Interpret the passed DOM
Node as a BillOfLading using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType |
readBillOfLading(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a BillOfLading using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType |
readBillOfLading(Source aSource)
Interpret the passed
Source as a BillOfLading using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType |
readBillOfLading(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a BillOfLading using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType |
readCatalogue(File aSource)
Interpret the passed
File as a Catalogue using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType |
readCatalogue(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a Catalogue using a custom validation
event handler. |
static oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType |
readCatalogue(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a Catalogue using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType |
readCatalogue(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a Catalogue using a
custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType |
readCatalogue(Node aNode)
Interpret the passed DOM
Node as a Catalogue using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType |
readCatalogue(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a Catalogue using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType |
readCatalogue(Source aSource)
Interpret the passed
Source as a Catalogue using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType |
readCatalogue(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a Catalogue using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType |
readCatalogueDeletion(File aSource)
Interpret the passed
File as a CatalogueDeletion using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType |
readCatalogueDeletion(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a CatalogueDeletion using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType |
readCatalogueDeletion(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a CatalogueDeletion using
the global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType |
readCatalogueDeletion(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a CatalogueDeletion using
a custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType |
readCatalogueDeletion(Node aNode)
Interpret the passed DOM
Node as a CatalogueDeletion using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType |
readCatalogueDeletion(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a CatalogueDeletion using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType |
readCatalogueDeletion(Source aSource)
Interpret the passed
Source as a CatalogueDeletion using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType |
readCatalogueDeletion(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a CatalogueDeletion using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType |
readCatalogueItemSpecificationUpdate(File aSource)
Interpret the passed
File as a CatalogueItemSpecificationUpdate
using the global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType |
readCatalogueItemSpecificationUpdate(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a CatalogueItemSpecificationUpdate
using a custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType |
readCatalogueItemSpecificationUpdate(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a
CatalogueItemSpecificationUpdate using the global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType |
readCatalogueItemSpecificationUpdate(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a
CatalogueItemSpecificationUpdate using a custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType |
readCatalogueItemSpecificationUpdate(Node aNode)
Interpret the passed DOM
Node as a CatalogueItemSpecificationUpdate
using the global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType |
readCatalogueItemSpecificationUpdate(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a CatalogueItemSpecificationUpdate
using a custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType |
readCatalogueItemSpecificationUpdate(Source aSource)
Interpret the passed
Source as a CatalogueItemSpecificationUpdate
using the global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType |
readCatalogueItemSpecificationUpdate(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a CatalogueItemSpecificationUpdate
using a custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType |
readCataloguePricingUpdate(File aSource)
Interpret the passed
File as a CataloguePricingUpdate using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType |
readCataloguePricingUpdate(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a CataloguePricingUpdate using a
custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType |
readCataloguePricingUpdate(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a CataloguePricingUpdate
using the global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType |
readCataloguePricingUpdate(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a CataloguePricingUpdate
using a custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType |
readCataloguePricingUpdate(Node aNode)
Interpret the passed DOM
Node as a CataloguePricingUpdate using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType |
readCataloguePricingUpdate(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a CataloguePricingUpdate using a
custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType |
readCataloguePricingUpdate(Source aSource)
Interpret the passed
Source as a CataloguePricingUpdate using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType |
readCataloguePricingUpdate(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a CataloguePricingUpdate using a
custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType |
readCatalogueRequest(File aSource)
Interpret the passed
File as a CatalogueRequest using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType |
readCatalogueRequest(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a CatalogueRequest using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType |
readCatalogueRequest(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a CatalogueRequest using
the global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType |
readCatalogueRequest(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a CatalogueRequest using
a custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType |
readCatalogueRequest(Node aNode)
Interpret the passed DOM
Node as a CatalogueRequest using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType |
readCatalogueRequest(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a CatalogueRequest using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType |
readCatalogueRequest(Source aSource)
Interpret the passed
Source as a CatalogueRequest using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType |
readCatalogueRequest(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a CatalogueRequest using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType |
readCertificateOfOrigin(File aSource)
Interpret the passed
File as a CertificateOfOrigin using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType |
readCertificateOfOrigin(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a CertificateOfOrigin using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType |
readCertificateOfOrigin(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a CertificateOfOrigin
using the global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType |
readCertificateOfOrigin(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a CertificateOfOrigin
using a custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType |
readCertificateOfOrigin(Node aNode)
Interpret the passed DOM
Node as a CertificateOfOrigin using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType |
readCertificateOfOrigin(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a CertificateOfOrigin using a
custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType |
readCertificateOfOrigin(Source aSource)
Interpret the passed
Source as a CertificateOfOrigin using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType |
readCertificateOfOrigin(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a CertificateOfOrigin using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType |
readCreditNote(File aSource)
Interpret the passed
File as a CreditNote using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType |
readCreditNote(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a CreditNote using a custom validation
event handler. |
static oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType |
readCreditNote(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a CreditNote using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType |
readCreditNote(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a CreditNote using a
custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType |
readCreditNote(Node aNode)
Interpret the passed DOM
Node as a CreditNote using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType |
readCreditNote(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a CreditNote using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType |
readCreditNote(Source aSource)
Interpret the passed
Source as a CreditNote using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType |
readCreditNote(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a CreditNote using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType |
readDebitNote(File aSource)
Interpret the passed
File as a DebitNote using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType |
readDebitNote(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a DebitNote using a custom validation
event handler. |
static oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType |
readDebitNote(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a DebitNote using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType |
readDebitNote(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a DebitNote using a
custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType |
readDebitNote(Node aNode)
Interpret the passed DOM
Node as a DebitNote using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType |
readDebitNote(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a DebitNote using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType |
readDebitNote(Source aSource)
Interpret the passed
Source as a DebitNote using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType |
readDebitNote(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a DebitNote using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType |
readDespatchAdvice(File aSource)
Interpret the passed
File as a DespatchAdvice using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType |
readDespatchAdvice(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a DespatchAdvice using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType |
readDespatchAdvice(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a DespatchAdvice using
the global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType |
readDespatchAdvice(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a DespatchAdvice using a
custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType |
readDespatchAdvice(Node aNode)
Interpret the passed DOM
Node as a DespatchAdvice using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType |
readDespatchAdvice(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a DespatchAdvice using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType |
readDespatchAdvice(Source aSource)
Interpret the passed
Source as a DespatchAdvice using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType |
readDespatchAdvice(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a DespatchAdvice using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType |
readForwardingInstructions(File aSource)
Interpret the passed
File as a ForwardingInstructions using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType |
readForwardingInstructions(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a ForwardingInstructions using a
custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType |
readForwardingInstructions(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a ForwardingInstructions
using the global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType |
readForwardingInstructions(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a ForwardingInstructions
using a custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType |
readForwardingInstructions(Node aNode)
Interpret the passed DOM
Node as a ForwardingInstructions using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType |
readForwardingInstructions(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a ForwardingInstructions using a
custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType |
readForwardingInstructions(Source aSource)
Interpret the passed
Source as a ForwardingInstructions using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType |
readForwardingInstructions(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a ForwardingInstructions using a
custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType |
readFreightInvoice(File aSource)
Interpret the passed
File as a FreightInvoice using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType |
readFreightInvoice(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a FreightInvoice using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType |
readFreightInvoice(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a FreightInvoice using
the global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType |
readFreightInvoice(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a FreightInvoice using a
custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType |
readFreightInvoice(Node aNode)
Interpret the passed DOM
Node as a FreightInvoice using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType |
readFreightInvoice(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a FreightInvoice using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType |
readFreightInvoice(Source aSource)
Interpret the passed
Source as a FreightInvoice using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType |
readFreightInvoice(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a FreightInvoice using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType |
readInvoice(File aSource)
Interpret the passed
File as a Invoice using the global validation
event handler. |
static oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType |
readInvoice(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a Invoice using a custom validation
event handler. |
static oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType |
readInvoice(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a Invoice using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType |
readInvoice(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a Invoice using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType |
readInvoice(Node aNode)
Interpret the passed DOM
Node as a Invoice using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType |
readInvoice(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a Invoice using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType |
readInvoice(Source aSource)
Interpret the passed
Source as a Invoice using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType |
readInvoice(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a Invoice using a custom validation
event handler. |
static oasis.names.specification.ubl.schema.xsd.order_2.OrderType |
readOrder(File aSource)
Interpret the passed
File as a Order using the global validation
event handler. |
static oasis.names.specification.ubl.schema.xsd.order_2.OrderType |
readOrder(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a Order using a custom validation
event handler. |
static oasis.names.specification.ubl.schema.xsd.order_2.OrderType |
readOrder(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a Order using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.order_2.OrderType |
readOrder(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a Order using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.order_2.OrderType |
readOrder(Node aNode)
Interpret the passed DOM
Node as a Order using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.order_2.OrderType |
readOrder(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a Order using a custom validation
event handler. |
static oasis.names.specification.ubl.schema.xsd.order_2.OrderType |
readOrder(Source aSource)
Interpret the passed
Source as a Order using the global validation
event handler. |
static oasis.names.specification.ubl.schema.xsd.order_2.OrderType |
readOrder(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a Order using a custom validation
event handler. |
static oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType |
readOrderCancellation(File aSource)
Interpret the passed
File as a OrderCancellation using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType |
readOrderCancellation(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a OrderCancellation using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType |
readOrderCancellation(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a OrderCancellation using
the global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType |
readOrderCancellation(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a OrderCancellation using
a custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType |
readOrderCancellation(Node aNode)
Interpret the passed DOM
Node as a OrderCancellation using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType |
readOrderCancellation(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a OrderCancellation using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType |
readOrderCancellation(Source aSource)
Interpret the passed
Source as a OrderCancellation using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType |
readOrderCancellation(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a OrderCancellation using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType |
readOrderChange(File aSource)
Interpret the passed
File as a OrderChange using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType |
readOrderChange(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a OrderChange using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType |
readOrderChange(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a OrderChange using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType |
readOrderChange(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a OrderChange using a
custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType |
readOrderChange(Node aNode)
Interpret the passed DOM
Node as a OrderChange using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType |
readOrderChange(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a OrderChange using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType |
readOrderChange(Source aSource)
Interpret the passed
Source as a OrderChange using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType |
readOrderChange(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a OrderChange using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType |
readOrderResponse(File aSource)
Interpret the passed
File as a OrderResponse using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType |
readOrderResponse(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a OrderResponse using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType |
readOrderResponse(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a OrderResponse using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType |
readOrderResponse(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a OrderResponse using a
custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType |
readOrderResponse(Node aNode)
Interpret the passed DOM
Node as a OrderResponse using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType |
readOrderResponse(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a OrderResponse using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType |
readOrderResponse(Source aSource)
Interpret the passed
Source as a OrderResponse using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType |
readOrderResponse(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a OrderResponse using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType |
readOrderResponseSimple(File aSource)
Interpret the passed
File as a OrderResponseSimple using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType |
readOrderResponseSimple(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a OrderResponseSimple using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType |
readOrderResponseSimple(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a OrderResponseSimple
using the global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType |
readOrderResponseSimple(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a OrderResponseSimple
using a custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType |
readOrderResponseSimple(Node aNode)
Interpret the passed DOM
Node as a OrderResponseSimple using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType |
readOrderResponseSimple(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a OrderResponseSimple using a
custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType |
readOrderResponseSimple(Source aSource)
Interpret the passed
Source as a OrderResponseSimple using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType |
readOrderResponseSimple(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a OrderResponseSimple using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType |
readPackingList(File aSource)
Interpret the passed
File as a PackingList using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType |
readPackingList(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a PackingList using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType |
readPackingList(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a PackingList using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType |
readPackingList(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a PackingList using a
custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType |
readPackingList(Node aNode)
Interpret the passed DOM
Node as a PackingList using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType |
readPackingList(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a PackingList using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType |
readPackingList(Source aSource)
Interpret the passed
Source as a PackingList using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType |
readPackingList(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a PackingList using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType |
readQuotation(File aSource)
Interpret the passed
File as a Quotation using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType |
readQuotation(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a Quotation using a custom validation
event handler. |
static oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType |
readQuotation(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a Quotation using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType |
readQuotation(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a Quotation using a
custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType |
readQuotation(Node aNode)
Interpret the passed DOM
Node as a Quotation using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType |
readQuotation(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a Quotation using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType |
readQuotation(Source aSource)
Interpret the passed
Source as a Quotation using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType |
readQuotation(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a Quotation using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType |
readReceiptAdvice(File aSource)
Interpret the passed
File as a ReceiptAdvice using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType |
readReceiptAdvice(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a ReceiptAdvice using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType |
readReceiptAdvice(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a ReceiptAdvice using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType |
readReceiptAdvice(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a ReceiptAdvice using a
custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType |
readReceiptAdvice(Node aNode)
Interpret the passed DOM
Node as a ReceiptAdvice using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType |
readReceiptAdvice(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a ReceiptAdvice using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType |
readReceiptAdvice(Source aSource)
Interpret the passed
Source as a ReceiptAdvice using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType |
readReceiptAdvice(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a ReceiptAdvice using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType |
readReminder(File aSource)
Interpret the passed
File as a Reminder using the global validation
event handler. |
static oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType |
readReminder(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a Reminder using a custom validation
event handler. |
static oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType |
readReminder(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a Reminder using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType |
readReminder(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a Reminder using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType |
readReminder(Node aNode)
Interpret the passed DOM
Node as a Reminder using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType |
readReminder(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a Reminder using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType |
readReminder(Source aSource)
Interpret the passed
Source as a Reminder using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType |
readReminder(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a Reminder using a custom validation
event handler. |
static oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType |
readRemittanceAdvice(File aSource)
Interpret the passed
File as a RemittanceAdvice using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType |
readRemittanceAdvice(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a RemittanceAdvice using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType |
readRemittanceAdvice(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a RemittanceAdvice using
the global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType |
readRemittanceAdvice(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a RemittanceAdvice using
a custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType |
readRemittanceAdvice(Node aNode)
Interpret the passed DOM
Node as a RemittanceAdvice using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType |
readRemittanceAdvice(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a RemittanceAdvice using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType |
readRemittanceAdvice(Source aSource)
Interpret the passed
Source as a RemittanceAdvice using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType |
readRemittanceAdvice(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a RemittanceAdvice using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType |
readRequestForQuotation(File aSource)
Interpret the passed
File as a RequestForQuotation using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType |
readRequestForQuotation(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a RequestForQuotation using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType |
readRequestForQuotation(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a RequestForQuotation
using the global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType |
readRequestForQuotation(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a RequestForQuotation
using a custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType |
readRequestForQuotation(Node aNode)
Interpret the passed DOM
Node as a RequestForQuotation using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType |
readRequestForQuotation(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a RequestForQuotation using a
custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType |
readRequestForQuotation(Source aSource)
Interpret the passed
Source as a RequestForQuotation using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType |
readRequestForQuotation(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a RequestForQuotation using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType |
readSelfBilledCreditNote(File aSource)
Interpret the passed
File as a SelfBilledCreditNote using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType |
readSelfBilledCreditNote(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a SelfBilledCreditNote using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType |
readSelfBilledCreditNote(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a SelfBilledCreditNote
using the global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType |
readSelfBilledCreditNote(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a SelfBilledCreditNote
using a custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType |
readSelfBilledCreditNote(Node aNode)
Interpret the passed DOM
Node as a SelfBilledCreditNote using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType |
readSelfBilledCreditNote(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a SelfBilledCreditNote using a
custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType |
readSelfBilledCreditNote(Source aSource)
Interpret the passed
Source as a SelfBilledCreditNote using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType |
readSelfBilledCreditNote(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a SelfBilledCreditNote using a
custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType |
readSelfBilledInvoice(File aSource)
Interpret the passed
File as a SelfBilledInvoice using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType |
readSelfBilledInvoice(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a SelfBilledInvoice using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType |
readSelfBilledInvoice(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a SelfBilledInvoice using
the global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType |
readSelfBilledInvoice(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a SelfBilledInvoice using
a custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType |
readSelfBilledInvoice(Node aNode)
Interpret the passed DOM
Node as a SelfBilledInvoice using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType |
readSelfBilledInvoice(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a SelfBilledInvoice using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType |
readSelfBilledInvoice(Source aSource)
Interpret the passed
Source as a SelfBilledInvoice using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType |
readSelfBilledInvoice(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a SelfBilledInvoice using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.statement_2.StatementType |
readStatement(File aSource)
Interpret the passed
File as a Statement using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.statement_2.StatementType |
readStatement(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a Statement using a custom validation
event handler. |
static oasis.names.specification.ubl.schema.xsd.statement_2.StatementType |
readStatement(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a Statement using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.statement_2.StatementType |
readStatement(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a Statement using a
custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.statement_2.StatementType |
readStatement(Node aNode)
Interpret the passed DOM
Node as a Statement using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.statement_2.StatementType |
readStatement(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a Statement using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.statement_2.StatementType |
readStatement(Source aSource)
Interpret the passed
Source as a Statement using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.statement_2.StatementType |
readStatement(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a Statement using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType |
readTransportationStatus(File aSource)
Interpret the passed
File as a TransportationStatus using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType |
readTransportationStatus(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a TransportationStatus using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType |
readTransportationStatus(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a TransportationStatus
using the global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType |
readTransportationStatus(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a TransportationStatus
using a custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType |
readTransportationStatus(Node aNode)
Interpret the passed DOM
Node as a TransportationStatus using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType |
readTransportationStatus(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a TransportationStatus using a
custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType |
readTransportationStatus(Source aSource)
Interpret the passed
Source as a TransportationStatus using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType |
readTransportationStatus(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a TransportationStatus using a
custom validation event handler. |
static oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType |
readWaybill(File aSource)
Interpret the passed
File as a Waybill using the global validation
event handler. |
static oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType |
readWaybill(File aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
File as a Waybill using a custom validation
event handler. |
static oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType |
readWaybill(com.helger.commons.io.IReadableResource aSource)
Interpret the passed
IReadableResource as a Waybill using the
global validation event handler. |
static oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType |
readWaybill(com.helger.commons.io.IReadableResource aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
IReadableResource as a Waybill using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType |
readWaybill(Node aNode)
Interpret the passed DOM
Node as a Waybill using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType |
readWaybill(Node aNode,
ValidationEventHandler aCustomEventHandler)
Interpret the passed DOM
Node as a Waybill using a custom
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType |
readWaybill(Source aSource)
Interpret the passed
Source as a Waybill using the global
validation event handler. |
static oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType |
readWaybill(Source aSource,
ValidationEventHandler aCustomEventHandler)
Interpret the passed
Source as a Waybill using a custom validation
event handler. |
getGlobalValidationEventHandler, setGlobalValidationEventHandler@Nullable public static oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType readApplicationResponse(@Nonnull Node aNode)
Node as a ApplicationResponse using the
global validation event handler.aNode - the DOM node. May not be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType readApplicationResponse(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a ApplicationResponse using a
custom validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType readApplicationResponse(@Nonnull File aSource)
File as a ApplicationResponse using the global
validation event handler.aSource - the source file to read from. May not be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType readApplicationResponse(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a ApplicationResponse using a custom
validation event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType readApplicationResponse(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a ApplicationResponse
using the global validation event handler.aSource - the resource to read from. May not be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType readApplicationResponse(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a ApplicationResponse
using a custom validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType readApplicationResponse(@Nonnull Source aSource)
Source as a ApplicationResponse using the
global validation event handler.aSource - the source to read from. May not be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType readApplicationResponse(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a ApplicationResponse using a custom
validation event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType readAttachedDocument(@Nonnull Node aNode)
Node as a AttachedDocument using the
global validation event handler.aNode - the DOM node. May not be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType readAttachedDocument(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a AttachedDocument using a custom
validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType readAttachedDocument(@Nonnull File aSource)
File as a AttachedDocument using the global
validation event handler.aSource - the source file to read from. May not be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType readAttachedDocument(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a AttachedDocument using a custom
validation event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType readAttachedDocument(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a AttachedDocument using
the global validation event handler.aSource - the resource to read from. May not be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType readAttachedDocument(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a AttachedDocument using
a custom validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType readAttachedDocument(@Nonnull Source aSource)
Source as a AttachedDocument using the global
validation event handler.aSource - the source to read from. May not be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType readAttachedDocument(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a AttachedDocument using a custom
validation event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType readBillOfLading(@Nonnull Node aNode)
Node as a BillOfLading using the global
validation event handler.aNode - the DOM node. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType readBillOfLading(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a BillOfLading using a custom
validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType readBillOfLading(@Nonnull File aSource)
File as a BillOfLading using the global
validation event handler.aSource - the source file to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType readBillOfLading(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a BillOfLading using a custom
validation event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType readBillOfLading(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a BillOfLading using the
global validation event handler.aSource - the resource to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType readBillOfLading(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a BillOfLading using a
custom validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType readBillOfLading(@Nonnull Source aSource)
Source as a BillOfLading using the global
validation event handler.aSource - the source to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType readBillOfLading(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a BillOfLading using a custom
validation event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType readCatalogue(@Nonnull Node aNode)
Node as a Catalogue using the global
validation event handler.aNode - the DOM node. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType readCatalogue(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a Catalogue using a custom
validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType readCatalogue(@Nonnull File aSource)
File as a Catalogue using the global
validation event handler.aSource - the source file to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType readCatalogue(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a Catalogue using a custom validation
event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType readCatalogue(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a Catalogue using the
global validation event handler.aSource - the resource to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType readCatalogue(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a Catalogue using a
custom validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType readCatalogue(@Nonnull Source aSource)
Source as a Catalogue using the global
validation event handler.aSource - the source to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType readCatalogue(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a Catalogue using a custom
validation event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType readCatalogueDeletion(@Nonnull Node aNode)
Node as a CatalogueDeletion using the
global validation event handler.aNode - the DOM node. May not be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType readCatalogueDeletion(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a CatalogueDeletion using a custom
validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType readCatalogueDeletion(@Nonnull File aSource)
File as a CatalogueDeletion using the global
validation event handler.aSource - the source file to read from. May not be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType readCatalogueDeletion(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a CatalogueDeletion using a custom
validation event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType readCatalogueDeletion(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a CatalogueDeletion using
the global validation event handler.aSource - the resource to read from. May not be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType readCatalogueDeletion(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a CatalogueDeletion using
a custom validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType readCatalogueDeletion(@Nonnull Source aSource)
Source as a CatalogueDeletion using the global
validation event handler.aSource - the source to read from. May not be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType readCatalogueDeletion(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a CatalogueDeletion using a custom
validation event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType readCatalogueItemSpecificationUpdate(@Nonnull Node aNode)
Node as a CatalogueItemSpecificationUpdate
using the global validation event handler.aNode - the DOM node. May not be null.null in case of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType readCatalogueItemSpecificationUpdate(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a CatalogueItemSpecificationUpdate
using a custom validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType readCatalogueItemSpecificationUpdate(@Nonnull File aSource)
File as a CatalogueItemSpecificationUpdate
using the global validation event handler.aSource - the source file to read from. May not be null.null in case of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType readCatalogueItemSpecificationUpdate(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a CatalogueItemSpecificationUpdate
using a custom validation event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType readCatalogueItemSpecificationUpdate(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a
CatalogueItemSpecificationUpdate using the global validation event handler.aSource - the resource to read from. May not be null.null in case of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType readCatalogueItemSpecificationUpdate(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a
CatalogueItemSpecificationUpdate using a custom validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType readCatalogueItemSpecificationUpdate(@Nonnull Source aSource)
Source as a CatalogueItemSpecificationUpdate
using the global validation event handler.aSource - the source to read from. May not be null.null in case of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType readCatalogueItemSpecificationUpdate(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a CatalogueItemSpecificationUpdate
using a custom validation event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType readCataloguePricingUpdate(@Nonnull Node aNode)
Node as a CataloguePricingUpdate using the
global validation event handler.aNode - the DOM node. May not be null.null in
case of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType readCataloguePricingUpdate(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a CataloguePricingUpdate using a
custom validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in
case of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType readCataloguePricingUpdate(@Nonnull File aSource)
File as a CataloguePricingUpdate using the
global validation event handler.aSource - the source file to read from. May not be null.null in
case of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType readCataloguePricingUpdate(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a CataloguePricingUpdate using a
custom validation event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in
case of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType readCataloguePricingUpdate(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a CataloguePricingUpdate
using the global validation event handler.aSource - the resource to read from. May not be null.null in
case of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType readCataloguePricingUpdate(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a CataloguePricingUpdate
using a custom validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in
case of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType readCataloguePricingUpdate(@Nonnull Source aSource)
Source as a CataloguePricingUpdate using the
global validation event handler.aSource - the source to read from. May not be null.null in
case of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType readCataloguePricingUpdate(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a CataloguePricingUpdate using a
custom validation event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in
case of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType readCatalogueRequest(@Nonnull Node aNode)
Node as a CatalogueRequest using the
global validation event handler.aNode - the DOM node. May not be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType readCatalogueRequest(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a CatalogueRequest using a custom
validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType readCatalogueRequest(@Nonnull File aSource)
File as a CatalogueRequest using the global
validation event handler.aSource - the source file to read from. May not be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType readCatalogueRequest(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a CatalogueRequest using a custom
validation event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType readCatalogueRequest(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a CatalogueRequest using
the global validation event handler.aSource - the resource to read from. May not be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType readCatalogueRequest(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a CatalogueRequest using
a custom validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType readCatalogueRequest(@Nonnull Source aSource)
Source as a CatalogueRequest using the global
validation event handler.aSource - the source to read from. May not be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType readCatalogueRequest(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a CatalogueRequest using a custom
validation event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType readCertificateOfOrigin(@Nonnull Node aNode)
Node as a CertificateOfOrigin using the
global validation event handler.aNode - the DOM node. May not be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType readCertificateOfOrigin(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a CertificateOfOrigin using a
custom validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType readCertificateOfOrigin(@Nonnull File aSource)
File as a CertificateOfOrigin using the global
validation event handler.aSource - the source file to read from. May not be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType readCertificateOfOrigin(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a CertificateOfOrigin using a custom
validation event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType readCertificateOfOrigin(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a CertificateOfOrigin
using the global validation event handler.aSource - the resource to read from. May not be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType readCertificateOfOrigin(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a CertificateOfOrigin
using a custom validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType readCertificateOfOrigin(@Nonnull Source aSource)
Source as a CertificateOfOrigin using the
global validation event handler.aSource - the source to read from. May not be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType readCertificateOfOrigin(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a CertificateOfOrigin using a custom
validation event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType readCreditNote(@Nonnull Node aNode)
Node as a CreditNote using the global
validation event handler.aNode - the DOM node. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType readCreditNote(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a CreditNote using a custom
validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType readCreditNote(@Nonnull File aSource)
File as a CreditNote using the global
validation event handler.aSource - the source file to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType readCreditNote(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a CreditNote using a custom validation
event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType readCreditNote(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a CreditNote using the
global validation event handler.aSource - the resource to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType readCreditNote(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a CreditNote using a
custom validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType readCreditNote(@Nonnull Source aSource)
Source as a CreditNote using the global
validation event handler.aSource - the source to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType readCreditNote(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a CreditNote using a custom
validation event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType readDebitNote(@Nonnull Node aNode)
Node as a DebitNote using the global
validation event handler.aNode - the DOM node. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType readDebitNote(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a DebitNote using a custom
validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType readDebitNote(@Nonnull File aSource)
File as a DebitNote using the global
validation event handler.aSource - the source file to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType readDebitNote(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a DebitNote using a custom validation
event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType readDebitNote(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a DebitNote using the
global validation event handler.aSource - the resource to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType readDebitNote(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a DebitNote using a
custom validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType readDebitNote(@Nonnull Source aSource)
Source as a DebitNote using the global
validation event handler.aSource - the source to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType readDebitNote(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a DebitNote using a custom
validation event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType readDespatchAdvice(@Nonnull Node aNode)
Node as a DespatchAdvice using the global
validation event handler.aNode - the DOM node. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType readDespatchAdvice(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a DespatchAdvice using a custom
validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType readDespatchAdvice(@Nonnull File aSource)
File as a DespatchAdvice using the global
validation event handler.aSource - the source file to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType readDespatchAdvice(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a DespatchAdvice using a custom
validation event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType readDespatchAdvice(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a DespatchAdvice using
the global validation event handler.aSource - the resource to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType readDespatchAdvice(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a DespatchAdvice using a
custom validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType readDespatchAdvice(@Nonnull Source aSource)
Source as a DespatchAdvice using the global
validation event handler.aSource - the source to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType readDespatchAdvice(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a DespatchAdvice using a custom
validation event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType readForwardingInstructions(@Nonnull Node aNode)
Node as a ForwardingInstructions using the
global validation event handler.aNode - the DOM node. May not be null.null in
case of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType readForwardingInstructions(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a ForwardingInstructions using a
custom validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in
case of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType readForwardingInstructions(@Nonnull File aSource)
File as a ForwardingInstructions using the
global validation event handler.aSource - the source file to read from. May not be null.null in
case of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType readForwardingInstructions(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a ForwardingInstructions using a
custom validation event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in
case of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType readForwardingInstructions(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a ForwardingInstructions
using the global validation event handler.aSource - the resource to read from. May not be null.null in
case of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType readForwardingInstructions(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a ForwardingInstructions
using a custom validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in
case of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType readForwardingInstructions(@Nonnull Source aSource)
Source as a ForwardingInstructions using the
global validation event handler.aSource - the source to read from. May not be null.null in
case of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType readForwardingInstructions(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a ForwardingInstructions using a
custom validation event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in
case of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType readFreightInvoice(@Nonnull Node aNode)
Node as a FreightInvoice using the global
validation event handler.aNode - the DOM node. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType readFreightInvoice(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a FreightInvoice using a custom
validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType readFreightInvoice(@Nonnull File aSource)
File as a FreightInvoice using the global
validation event handler.aSource - the source file to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType readFreightInvoice(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a FreightInvoice using a custom
validation event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType readFreightInvoice(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a FreightInvoice using
the global validation event handler.aSource - the resource to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType readFreightInvoice(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a FreightInvoice using a
custom validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType readFreightInvoice(@Nonnull Source aSource)
Source as a FreightInvoice using the global
validation event handler.aSource - the source to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType readFreightInvoice(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a FreightInvoice using a custom
validation event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType readInvoice(@Nonnull Node aNode)
Node as a Invoice using the global
validation event handler.aNode - the DOM node. May not be null.null in case of a parsing
error@Nullable public static oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType readInvoice(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a Invoice using a custom
validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a parsing
error@Nullable public static oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType readInvoice(@Nonnull File aSource)
File as a Invoice using the global validation
event handler.aSource - the source file to read from. May not be null.null in case of a parsing
error@Nullable public static oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType readInvoice(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a Invoice using a custom validation
event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a parsing
error@Nullable public static oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType readInvoice(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a Invoice using the
global validation event handler.aSource - the resource to read from. May not be null.null in case of a parsing
error@Nullable public static oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType readInvoice(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a Invoice using a custom
validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a parsing
error@Nullable public static oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType readInvoice(@Nonnull Source aSource)
Source as a Invoice using the global
validation event handler.aSource - the source to read from. May not be null.null in case of a parsing
error@Nullable public static oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType readInvoice(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a Invoice using a custom validation
event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a parsing
error@Nullable public static oasis.names.specification.ubl.schema.xsd.order_2.OrderType readOrder(@Nonnull Node aNode)
Node as a Order using the global
validation event handler.aNode - the DOM node. May not be null.null in case of a parsing
error@Nullable public static oasis.names.specification.ubl.schema.xsd.order_2.OrderType readOrder(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a Order using a custom validation
event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a parsing
error@Nullable public static oasis.names.specification.ubl.schema.xsd.order_2.OrderType readOrder(@Nonnull File aSource)
File as a Order using the global validation
event handler.aSource - the source file to read from. May not be null.null in case of a parsing
error@Nullable public static oasis.names.specification.ubl.schema.xsd.order_2.OrderType readOrder(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a Order using a custom validation
event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a parsing
error@Nullable public static oasis.names.specification.ubl.schema.xsd.order_2.OrderType readOrder(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a Order using the global
validation event handler.aSource - the resource to read from. May not be null.null in case of a parsing
error@Nullable public static oasis.names.specification.ubl.schema.xsd.order_2.OrderType readOrder(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a Order using a custom
validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a parsing
error@Nullable public static oasis.names.specification.ubl.schema.xsd.order_2.OrderType readOrder(@Nonnull Source aSource)
Source as a Order using the global validation
event handler.aSource - the source to read from. May not be null.null in case of a parsing
error@Nullable public static oasis.names.specification.ubl.schema.xsd.order_2.OrderType readOrder(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a Order using a custom validation
event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a parsing
error@Nullable public static oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType readOrderCancellation(@Nonnull Node aNode)
Node as a OrderCancellation using the
global validation event handler.aNode - the DOM node. May not be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType readOrderCancellation(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a OrderCancellation using a custom
validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType readOrderCancellation(@Nonnull File aSource)
File as a OrderCancellation using the global
validation event handler.aSource - the source file to read from. May not be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType readOrderCancellation(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a OrderCancellation using a custom
validation event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType readOrderCancellation(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a OrderCancellation using
the global validation event handler.aSource - the resource to read from. May not be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType readOrderCancellation(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a OrderCancellation using
a custom validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType readOrderCancellation(@Nonnull Source aSource)
Source as a OrderCancellation using the global
validation event handler.aSource - the source to read from. May not be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType readOrderCancellation(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a OrderCancellation using a custom
validation event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType readOrderChange(@Nonnull Node aNode)
Node as a OrderChange using the global
validation event handler.aNode - the DOM node. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType readOrderChange(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a OrderChange using a custom
validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType readOrderChange(@Nonnull File aSource)
File as a OrderChange using the global
validation event handler.aSource - the source file to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType readOrderChange(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a OrderChange using a custom
validation event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType readOrderChange(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a OrderChange using the
global validation event handler.aSource - the resource to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType readOrderChange(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a OrderChange using a
custom validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType readOrderChange(@Nonnull Source aSource)
Source as a OrderChange using the global
validation event handler.aSource - the source to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType readOrderChange(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a OrderChange using a custom
validation event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType readOrderResponse(@Nonnull Node aNode)
Node as a OrderResponse using the global
validation event handler.aNode - the DOM node. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType readOrderResponse(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a OrderResponse using a custom
validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType readOrderResponse(@Nonnull File aSource)
File as a OrderResponse using the global
validation event handler.aSource - the source file to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType readOrderResponse(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a OrderResponse using a custom
validation event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType readOrderResponse(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a OrderResponse using the
global validation event handler.aSource - the resource to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType readOrderResponse(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a OrderResponse using a
custom validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType readOrderResponse(@Nonnull Source aSource)
Source as a OrderResponse using the global
validation event handler.aSource - the source to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType readOrderResponse(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a OrderResponse using a custom
validation event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType readOrderResponseSimple(@Nonnull Node aNode)
Node as a OrderResponseSimple using the
global validation event handler.aNode - the DOM node. May not be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType readOrderResponseSimple(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a OrderResponseSimple using a
custom validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType readOrderResponseSimple(@Nonnull File aSource)
File as a OrderResponseSimple using the global
validation event handler.aSource - the source file to read from. May not be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType readOrderResponseSimple(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a OrderResponseSimple using a custom
validation event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType readOrderResponseSimple(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a OrderResponseSimple
using the global validation event handler.aSource - the resource to read from. May not be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType readOrderResponseSimple(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a OrderResponseSimple
using a custom validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType readOrderResponseSimple(@Nonnull Source aSource)
Source as a OrderResponseSimple using the
global validation event handler.aSource - the source to read from. May not be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType readOrderResponseSimple(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a OrderResponseSimple using a custom
validation event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType readPackingList(@Nonnull Node aNode)
Node as a PackingList using the global
validation event handler.aNode - the DOM node. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType readPackingList(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a PackingList using a custom
validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType readPackingList(@Nonnull File aSource)
File as a PackingList using the global
validation event handler.aSource - the source file to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType readPackingList(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a PackingList using a custom
validation event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType readPackingList(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a PackingList using the
global validation event handler.aSource - the resource to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType readPackingList(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a PackingList using a
custom validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType readPackingList(@Nonnull Source aSource)
Source as a PackingList using the global
validation event handler.aSource - the source to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType readPackingList(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a PackingList using a custom
validation event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType readQuotation(@Nonnull Node aNode)
Node as a Quotation using the global
validation event handler.aNode - the DOM node. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType readQuotation(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a Quotation using a custom
validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType readQuotation(@Nonnull File aSource)
File as a Quotation using the global
validation event handler.aSource - the source file to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType readQuotation(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a Quotation using a custom validation
event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType readQuotation(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a Quotation using the
global validation event handler.aSource - the resource to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType readQuotation(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a Quotation using a
custom validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType readQuotation(@Nonnull Source aSource)
Source as a Quotation using the global
validation event handler.aSource - the source to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType readQuotation(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a Quotation using a custom
validation event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType readReceiptAdvice(@Nonnull Node aNode)
Node as a ReceiptAdvice using the global
validation event handler.aNode - the DOM node. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType readReceiptAdvice(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a ReceiptAdvice using a custom
validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType readReceiptAdvice(@Nonnull File aSource)
File as a ReceiptAdvice using the global
validation event handler.aSource - the source file to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType readReceiptAdvice(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a ReceiptAdvice using a custom
validation event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType readReceiptAdvice(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a ReceiptAdvice using the
global validation event handler.aSource - the resource to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType readReceiptAdvice(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a ReceiptAdvice using a
custom validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType readReceiptAdvice(@Nonnull Source aSource)
Source as a ReceiptAdvice using the global
validation event handler.aSource - the source to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType readReceiptAdvice(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a ReceiptAdvice using a custom
validation event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType readReminder(@Nonnull Node aNode)
Node as a Reminder using the global
validation event handler.aNode - the DOM node. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType readReminder(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a Reminder using a custom
validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType readReminder(@Nonnull File aSource)
File as a Reminder using the global validation
event handler.aSource - the source file to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType readReminder(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a Reminder using a custom validation
event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType readReminder(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a Reminder using the
global validation event handler.aSource - the resource to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType readReminder(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a Reminder using a custom
validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType readReminder(@Nonnull Source aSource)
Source as a Reminder using the global
validation event handler.aSource - the source to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType readReminder(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a Reminder using a custom validation
event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType readRemittanceAdvice(@Nonnull Node aNode)
Node as a RemittanceAdvice using the
global validation event handler.aNode - the DOM node. May not be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType readRemittanceAdvice(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a RemittanceAdvice using a custom
validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType readRemittanceAdvice(@Nonnull File aSource)
File as a RemittanceAdvice using the global
validation event handler.aSource - the source file to read from. May not be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType readRemittanceAdvice(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a RemittanceAdvice using a custom
validation event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType readRemittanceAdvice(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a RemittanceAdvice using
the global validation event handler.aSource - the resource to read from. May not be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType readRemittanceAdvice(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a RemittanceAdvice using
a custom validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType readRemittanceAdvice(@Nonnull Source aSource)
Source as a RemittanceAdvice using the global
validation event handler.aSource - the source to read from. May not be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType readRemittanceAdvice(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a RemittanceAdvice using a custom
validation event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType readRequestForQuotation(@Nonnull Node aNode)
Node as a RequestForQuotation using the
global validation event handler.aNode - the DOM node. May not be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType readRequestForQuotation(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a RequestForQuotation using a
custom validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType readRequestForQuotation(@Nonnull File aSource)
File as a RequestForQuotation using the global
validation event handler.aSource - the source file to read from. May not be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType readRequestForQuotation(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a RequestForQuotation using a custom
validation event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType readRequestForQuotation(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a RequestForQuotation
using the global validation event handler.aSource - the resource to read from. May not be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType readRequestForQuotation(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a RequestForQuotation
using a custom validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType readRequestForQuotation(@Nonnull Source aSource)
Source as a RequestForQuotation using the
global validation event handler.aSource - the source to read from. May not be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType readRequestForQuotation(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a RequestForQuotation using a custom
validation event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType readSelfBilledCreditNote(@Nonnull Node aNode)
Node as a SelfBilledCreditNote using the
global validation event handler.aNode - the DOM node. May not be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType readSelfBilledCreditNote(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a SelfBilledCreditNote using a
custom validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType readSelfBilledCreditNote(@Nonnull File aSource)
File as a SelfBilledCreditNote using the
global validation event handler.aSource - the source file to read from. May not be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType readSelfBilledCreditNote(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a SelfBilledCreditNote using a custom
validation event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType readSelfBilledCreditNote(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a SelfBilledCreditNote
using the global validation event handler.aSource - the resource to read from. May not be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType readSelfBilledCreditNote(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a SelfBilledCreditNote
using a custom validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType readSelfBilledCreditNote(@Nonnull Source aSource)
Source as a SelfBilledCreditNote using the
global validation event handler.aSource - the source to read from. May not be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType readSelfBilledCreditNote(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a SelfBilledCreditNote using a
custom validation event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType readSelfBilledInvoice(@Nonnull Node aNode)
Node as a SelfBilledInvoice using the
global validation event handler.aNode - the DOM node. May not be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType readSelfBilledInvoice(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a SelfBilledInvoice using a custom
validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType readSelfBilledInvoice(@Nonnull File aSource)
File as a SelfBilledInvoice using the global
validation event handler.aSource - the source file to read from. May not be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType readSelfBilledInvoice(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a SelfBilledInvoice using a custom
validation event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType readSelfBilledInvoice(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a SelfBilledInvoice using
the global validation event handler.aSource - the resource to read from. May not be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType readSelfBilledInvoice(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a SelfBilledInvoice using
a custom validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType readSelfBilledInvoice(@Nonnull Source aSource)
Source as a SelfBilledInvoice using the global
validation event handler.aSource - the source to read from. May not be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType readSelfBilledInvoice(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a SelfBilledInvoice using a custom
validation event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of
a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.statement_2.StatementType readStatement(@Nonnull Node aNode)
Node as a Statement using the global
validation event handler.aNode - the DOM node. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.statement_2.StatementType readStatement(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a Statement using a custom
validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.statement_2.StatementType readStatement(@Nonnull File aSource)
File as a Statement using the global
validation event handler.aSource - the source file to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.statement_2.StatementType readStatement(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a Statement using a custom validation
event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.statement_2.StatementType readStatement(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a Statement using the
global validation event handler.aSource - the resource to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.statement_2.StatementType readStatement(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a Statement using a
custom validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.statement_2.StatementType readStatement(@Nonnull Source aSource)
Source as a Statement using the global
validation event handler.aSource - the source to read from. May not be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.statement_2.StatementType readStatement(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a Statement using a custom
validation event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a
parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType readTransportationStatus(@Nonnull Node aNode)
Node as a TransportationStatus using the
global validation event handler.aNode - the DOM node. May not be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType readTransportationStatus(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a TransportationStatus using a
custom validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType readTransportationStatus(@Nonnull File aSource)
File as a TransportationStatus using the
global validation event handler.aSource - the source file to read from. May not be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType readTransportationStatus(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a TransportationStatus using a custom
validation event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType readTransportationStatus(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a TransportationStatus
using the global validation event handler.aSource - the resource to read from. May not be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType readTransportationStatus(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a TransportationStatus
using a custom validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType readTransportationStatus(@Nonnull Source aSource)
Source as a TransportationStatus using the
global validation event handler.aSource - the source to read from. May not be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType readTransportationStatus(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a TransportationStatus using a
custom validation event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case
of a parsing error@Nullable public static oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType readWaybill(@Nonnull Node aNode)
Node as a Waybill using the global
validation event handler.aNode - the DOM node. May not be null.null in case of a parsing
error@Nullable public static oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType readWaybill(@Nonnull Node aNode, @Nullable ValidationEventHandler aCustomEventHandler)
Node as a Waybill using a custom
validation event handler.aNode - the DOM node. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a parsing
error@Nullable public static oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType readWaybill(@Nonnull File aSource)
File as a Waybill using the global validation
event handler.aSource - the source file to read from. May not be null.null in case of a parsing
error@Nullable public static oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType readWaybill(@Nonnull File aSource, @Nullable ValidationEventHandler aCustomEventHandler)
File as a Waybill using a custom validation
event handler.aSource - the source file to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a parsing
error@Nullable public static oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType readWaybill(@Nonnull com.helger.commons.io.IReadableResource aSource)
IReadableResource as a Waybill using the
global validation event handler.aSource - the resource to read from. May not be null.null in case of a parsing
error@Nullable public static oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType readWaybill(@Nonnull com.helger.commons.io.IReadableResource aSource, @Nullable ValidationEventHandler aCustomEventHandler)
IReadableResource as a Waybill using a custom
validation event handler.aSource - the resource to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a parsing
error@Nullable public static oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType readWaybill(@Nonnull Source aSource)
Source as a Waybill using the global
validation event handler.aSource - the source to read from. May not be null.null in case of a parsing
error@Nullable public static oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType readWaybill(@Nonnull Source aSource, @Nullable ValidationEventHandler aCustomEventHandler)
Source as a Waybill using a custom validation
event handler.aSource - the source to read from. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of a parsing
errorCopyright © 2014–2015 Philip Helger. All rights reserved.