public class ContentXMLImpl extends ContentImpl implements ContentXML
ContentXML
.BINARY_CONTENT, LOCREF_CONTENT, REFERENCE_CONTENT, XML_CONTENT
Constructor and Description |
---|
ContentXMLImpl() |
Modifier and Type | Method and Description |
---|---|
int |
getContentType()
Gets the type of content.
|
NodeList |
getXMLContent()
Gets the XML content stored in this object.
|
void |
setXMLContent(NodeList xmlContent)
Sets the nodes making up the XML content.
|
getReference, setReference
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getReference
public void setXMLContent(NodeList xmlContent)
xmlContent
- The XML content.public NodeList getXMLContent()
ContentXML
getXMLContent
in interface ContentXML
public int getContentType()
getContentType
in interface Content
Copyright © 2016. All rights reserved.