XmlDocument.setContent |
![]() ![]() |
import com.sleepycat.dbxml.*;public void setContent(String content) throws XmlException; public void setContent(byte[] content) throws XmlException;
The XmlDocument.setContent method sets the XmlDocument content. The content is copied from the content parameter into the XmlDocument.
The XmlDocument.setContent method sets the XmlDocument content. The content is copied from the content parameter into the XmlDocument.
![]() ![]() |
Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.