public class JavaXmlTypeMappingNode extends JaxRpcMappingNode
| Constructor and Description |
|---|
JavaXmlTypeMappingNode()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
write(Node parent,
String nodeName,
AbstractType type,
Configuration config,
boolean isSimpleType)
write the appropriate information to a DOM tree and return it
|
Node |
writeAnonymousArrayType(Node parent,
String nodeName,
LiteralStructuredType litStructType,
Configuration config,
boolean isSimpleType) |
appendChild, appendTextChild, appendTextChild, debug, forceAppendTextChild, getOwnerDocument, setAttribute, setAttributeNSpublic Node write(Node parent, String nodeName, AbstractType type, Configuration config, boolean isSimpleType) throws Exception
parent - node in the DOM treenodeName - name for the root element for this DOM tree fragmenttype - java typeExceptionpublic Node writeAnonymousArrayType(Node parent, String nodeName, LiteralStructuredType litStructType, Configuration config, boolean isSimpleType)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.