org.openspml.v2.msg
Interface OpenContentElement
- All Known Subinterfaces:
- OpenContentElementAdapter
- All Known Implementing Classes:
- Attr, AttributeDescriptions, BasicOCEAndMarshallable, Filter, OCEtoMarshallableAdapter, OCEtoXMLStringAdapter
- public interface OpenContentElement
- Author:
- kent.spaulding@sun.com
Date: Feb 1, 2006
Field Summary |
static java.lang.String |
code_id
|
Method Summary |
java.lang.String |
toXML()
Would usually call toXml(int) with 0 indent. |
java.lang.String |
toXML(int indent)
Convert this object to an XML string. |
code_id
public static final java.lang.String code_id
- See Also:
- Constant Field Values
toXML
public java.lang.String toXML(int indent)
throws Spml2Exception
- Convert this object to an XML string.
- Parameters:
indent
- how much indent to start with.
- Returns:
- indented xml fragment
- Throws:
Spml2Exception
toXML
public java.lang.String toXML()
throws Spml2Exception
- Would usually call toXml(int) with 0 indent.
- Returns:
- xml fragment
- Throws:
Spml2Exception
Copyright © Sun Microsystems, Inc. All Rights Reserved.