| Creates a org.w3c.dom.DocumentFragment using the markup template.
This DocumentFragment is ready to
be inserted into the specified org.w3c.dom.Document .
If this template is an (X)HTML fragment the returned markup is
the <body> content. If you want the <head> content use the specific
org.itsnat.core.html.HTMLDocFragmentTemplate method.
Parameters: docTarget - the document used to create the fragment. the document fragment ready to be inserted. See Also: org.itsnat.core.html.HTMLDocFragmentTemplate.loadDocumentFragmentHead(ItsNatDocument) See Also: org.itsnat.core.html.HTMLDocFragmentTemplate.loadDocumentFragmentBody(ItsNatDocument) |