| Package | Description | 
|---|---|
| org.apache.axis.wsdl.symbolTable | 
| Modifier and Type | Method and Description | 
|---|---|
static QName | 
SchemaUtils.getArrayComponentQName(Node node,
                      IntHolder dims,
                      BooleanHolder underlTypeNillable,
                      QNameHolder itemQName,
                      BooleanHolder forElement,
                      SymbolTable symbolTable)
If the specified node represents an array encoding of one of the following
 forms, then return the qname repesenting the element type of the array. 
 | 
static QName | 
SchemaUtils.getCollectionComponentQName(Node node,
                           QNameHolder itemQName,
                           BooleanHolder forElement,
                           SymbolTable symbolTable)
If the specified node represents an element that references a collection
 then return the qname repesenting the component of the collection. 
 | 
Copyright © The Apache Software Foundation. All Rights Reserved.