public abstract class BaseASiCXMLDocument extends java.lang.Object implements ASiCDocument, XMLElement
| Modifier and Type | Field and Description |
|---|---|
protected org.w3c.dom.Document |
document |
protected boolean |
documentChanged |
protected java.lang.String |
documentName |
protected byte[] |
initialBytes |
| Constructor and Description |
|---|
BaseASiCXMLDocument() |
| Modifier and Type | Method and Description |
|---|---|
protected org.w3c.dom.Document |
createDocument() |
java.lang.String |
getASiCDocumentName() |
org.w3c.dom.Element |
getElement() |
byte[] |
getInitialBytes() |
protected abstract void |
init(org.w3c.dom.Element element) |
void |
read(java.io.InputStream inputStream) |
void |
setASiCDocumentName(java.lang.String aName) |
void |
write(java.io.OutputStream outputStream)
Output document content to stream.
|
protected org.w3c.dom.Document document
protected byte[] initialBytes
protected boolean documentChanged
protected java.lang.String documentName
public void read(java.io.InputStream inputStream)
throws tr.gov.tubitak.uekae.esya.api.signature.SignatureException
read in interface ASiCDocumenttr.gov.tubitak.uekae.esya.api.signature.SignatureExceptionpublic void write(java.io.OutputStream outputStream)
throws tr.gov.tubitak.uekae.esya.api.signature.SignatureException
ASiCDocumentwrite in interface ASiCDocumenttr.gov.tubitak.uekae.esya.api.signature.SignatureExceptionprotected abstract void init(org.w3c.dom.Element element)
throws tr.gov.tubitak.uekae.esya.api.signature.SignatureException
tr.gov.tubitak.uekae.esya.api.signature.SignatureExceptionprotected org.w3c.dom.Document createDocument()
public java.lang.String getASiCDocumentName()
getASiCDocumentName in interface ASiCDocumentpublic void setASiCDocumentName(java.lang.String aName)
setASiCDocumentName in interface ASiCDocumentpublic org.w3c.dom.Element getElement()
getElement in interface XMLElementpublic byte[] getInitialBytes()
Copyright © 2025. All rights reserved.