Package org.apache.ws.commons.om.impl.llom

Examples of org.apache.ws.commons.om.impl.llom.OMProcessingInstructionImpl


     * @param piTarget
     * @param piData
     * @return Returns OMProcessingInstruction.
     */
    public OMProcessingInstruction createOMProcessingInstruction(OMContainer parent, String piTarget, String piData) {
        return new OMProcessingInstructionImpl(parent, piTarget, piData, this);
    }
View Full Code Here

TOP

Related Classes of org.apache.ws.commons.om.impl.llom.OMProcessingInstructionImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.