public abstract class WellformedDOM
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
WellformedDOM(java.lang.String filePath,
XmlString content) |
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
asInputStream() |
XmlString |
asXmlString() |
org.w3c.dom.Document |
getDocument()
Returns DOM document.
|
java.io.File |
getFile() |
NamespaceCache |
getNsCache() |
protected WellformedDOM(java.lang.String filePath, XmlString content) throws XmlParsingException
XmlParsingException
public java.io.File getFile()
public XmlString asXmlString()
public java.io.InputStream asInputStream()
public org.w3c.dom.Document getDocument()
public NamespaceCache getNsCache()
Copyright 2009-2016 Tatjana (Tanja) Kostic