| Modifier and Type | Method and Description |
|---|---|
static EUBL21DocumentType |
UBL21DocumentTypes.getDocumentTypeOfLocalName(String sLocalName)
Get the document type matching the passed document element local name.
|
static EUBL21DocumentType |
UBL21DocumentTypes.getDocumentTypeOfNamespace(String sNamespace)
Get the document type matching the passed namespace.
|
static EUBL21DocumentType |
EUBL21DocumentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EUBL21DocumentType[] |
EUBL21DocumentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.helger.commons.error.IResourceErrorGroup |
UBL21Marshaller.validateUBLObject(Object aUBLDocument,
EUBL21DocumentType eDocType)
Validate the passed domain object against the XML Schema rules.
|
static Document |
UBL21Marshaller.writeUBLDocument(Object aUBLDocument,
EUBL21DocumentType eDocType)
Convert the passed domain object into an XML node.
|
static com.helger.commons.state.ESuccess |
UBL21Marshaller.writeUBLDocument(Object aUBLDocument,
EUBL21DocumentType eDocType,
Result aResult)
Convert the passed domain object into an XML node.
|
static Document |
UBL21Marshaller.writeUBLDocument(Object aUBLDocument,
EUBL21DocumentType eDocType,
ValidationEventHandler aCustomEventHandler)
Convert the passed domain object into an XML node.
|
static com.helger.commons.state.ESuccess |
UBL21Marshaller.writeUBLDocument(Object aUBLDocument,
EUBL21DocumentType eDocType,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed domain object into an XML node.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.