private class DocumentLoader.DocumentState extends CleanerThread.SoftReferenceCleared
Modifier and Type | Field and Description |
---|---|
private DocumentDescriptor |
desc |
private java.lang.String |
uri |
Constructor and Description |
---|
DocumentState(java.lang.String uri,
org.w3c.dom.Document document,
DocumentDescriptor desc) |
Modifier and Type | Method and Description |
---|---|
void |
cleared() |
org.w3c.dom.Document |
getDocument() |
DocumentDescriptor |
getDocumentDescriptor() |
java.lang.String |
getURI() |
private java.lang.String uri
private DocumentDescriptor desc
public DocumentState(java.lang.String uri, org.w3c.dom.Document document, DocumentDescriptor desc)
public void cleared()
public DocumentDescriptor getDocumentDescriptor()
public java.lang.String getURI()
public org.w3c.dom.Document getDocument()