Uses of Class
javax.xml.rpc.holders.QNameHolder
-
Packages that use QNameHolder Package Description org.apache.axis.wsdl.symbolTable -
-
Uses of QNameHolder in org.apache.axis.wsdl.symbolTable
Methods in org.apache.axis.wsdl.symbolTable with parameters of type QNameHolder Modifier and Type Method Description static QName
SchemaUtils. getArrayComponentQName(org.w3c.dom.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(org.w3c.dom.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.
-