| Modifier and Type | Method and Description |
|---|---|
static EUBL20DocumentType |
UBL20DocumentTypes.getDocumentTypeOfLocalName(String sLocalName)
Get the document type matching the passed document element local name.
|
static EUBL20DocumentType |
UBL20DocumentTypes.getDocumentTypeOfNamespace(String sNamespace)
Get the document type matching the passed namespace.
|
static EUBL20DocumentType |
EUBL20DocumentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EUBL20DocumentType[] |
EUBL20DocumentType.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 |
UBL20Marshaller.validateUBLObject(Object aUBLDocument,
EUBL20DocumentType eDocType)
Validate the passed domain object against the XML Schema rules.
|
static Document |
UBL20Marshaller.writeUBLDocument(Object aUBLDocument,
EUBL20DocumentType eDocType)
Convert the passed domain object into an XML node.
|
static com.helger.commons.state.ESuccess |
UBL20Marshaller.writeUBLDocument(Object aUBLDocument,
EUBL20DocumentType eDocType,
Result aResult)
Convert the passed domain object into an XML node.
|
static Document |
UBL20Marshaller.writeUBLDocument(Object aUBLDocument,
EUBL20DocumentType eDocType,
ValidationEventHandler aCustomEventHandler)
Convert the passed domain object into an XML node.
|
static com.helger.commons.state.ESuccess |
UBL20Marshaller.writeUBLDocument(Object aUBLDocument,
EUBL20DocumentType eDocType,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed domain object into an XML node.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.