public final class CuentasContablesv11 extends Object
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.ImmutableMap<String,String> |
PREFIXES |
Constructor and Description |
---|
CuentasContablesv11(Catalogo catalogo,
String... contexts) |
CuentasContablesv11(InputStream in,
String... contexts) |
Modifier and Type | Method and Description |
---|---|
void |
addNamespace(String uri,
String prefix) |
String |
getCadenaOriginal() |
void |
guardar(OutputStream out) |
static Catalogo |
newComprobante(InputStream in) |
void |
sellar(PrivateKey key,
X509Certificate cert) |
Catalogo |
sellarComprobante(PrivateKey key,
X509Certificate cert) |
void |
setTransformerFactory(TransformerFactory tf) |
void |
validar() |
void |
validar(ErrorHandler handler) |
void |
verificar() |
public CuentasContablesv11(InputStream in, String... contexts) throws Exception
Exception
public void setTransformerFactory(TransformerFactory tf)
public Catalogo sellarComprobante(PrivateKey key, X509Certificate cert) throws Exception
Exception
public void sellar(PrivateKey key, X509Certificate cert) throws Exception
Exception
public void validar(ErrorHandler handler) throws Exception
Exception
public void guardar(OutputStream out) throws Exception
Exception
public static Catalogo newComprobante(InputStream in) throws Exception
Exception
Copyright © 2010–2018. All rights reserved.