public class XmlNodeGenerator
extends java.lang.Object
| Constructor and Description |
|---|
XmlNodeGenerator() |
XmlNodeGenerator(java.util.List<org.apache.ws.commons.schema.XmlSchema> xmlSchemaList,
javax.xml.namespace.QName elementQname) |
| Modifier and Type | Method and Description |
|---|---|
XmlNode |
getMainXmlNode() |
java.util.Queue<JsonObject> |
getQueue(XmlNode node) |
java.util.List<JsonObject> |
getSchemaList(XmlNode node) |
public XmlNodeGenerator(java.util.List<org.apache.ws.commons.schema.XmlSchema> xmlSchemaList,
javax.xml.namespace.QName elementQname)
public XmlNodeGenerator()
public XmlNode getMainXmlNode()
public java.util.Queue<JsonObject> getQueue(XmlNode node)
public java.util.List<JsonObject> getSchemaList(XmlNode node)
Copyright © 2004-2024 The Apache Software Foundation. All Rights Reserved.