Search in sources :

Example 16 with XmlQName

use of com.twinsoft.convertigo.beans.common.XmlQName in project convertigo by convertigo.

the class XMLElementStep method toString.

@Override
public String toString() {
    String label = "";
    try {
        label += (sourceDefinition.size() > 0) ? " @(" + getLabel() + ")" : " =\"" + nodeText + "\"";
    } catch (EngineException e) {
    }
    XmlQName xmlQName = getXmlElementRefAffectation();
    xmlQName = xmlQName.isEmpty() ? getXmlComplexTypeAffectation() : xmlQName;
    return "<" + getStepNodeName() + ">" + label + " " + xmlQName.getQName();
}
Also used : XmlQName(com.twinsoft.convertigo.beans.common.XmlQName) EngineException(com.twinsoft.convertigo.engine.EngineException)

Aggregations

XmlQName (com.twinsoft.convertigo.beans.common.XmlQName)16 QName (javax.xml.namespace.QName)6 EngineException (com.twinsoft.convertigo.engine.EngineException)5 XmlSchema (org.apache.ws.commons.schema.XmlSchema)4 XmlSchemaComplexType (org.apache.ws.commons.schema.XmlSchemaComplexType)4 XmlSchemaSequence (org.apache.ws.commons.schema.XmlSchemaSequence)4 XmlHttpTransaction (com.twinsoft.convertigo.beans.transactions.XmlHttpTransaction)3 File (java.io.File)3 IOException (java.io.IOException)3 XmlSchemaCollection (org.apache.ws.commons.schema.XmlSchemaCollection)3 XmlSchemaElement (org.apache.ws.commons.schema.XmlSchemaElement)3 Document (org.w3c.dom.Document)3 XMLVector (com.twinsoft.convertigo.beans.common.XMLVector)2 Connector (com.twinsoft.convertigo.beans.core.Connector)2 Transaction (com.twinsoft.convertigo.beans.core.Transaction)2 RequestableHttpVariable (com.twinsoft.convertigo.beans.variables.RequestableHttpVariable)2 RequestableVariable (com.twinsoft.convertigo.beans.variables.RequestableVariable)2 StringReader (java.io.StringReader)2 XmlSchemaObject (org.apache.ws.commons.schema.XmlSchemaObject)2 InputSource (org.xml.sax.InputSource)2