All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.axiom.om.impl.builder.OMBuilder Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package org.apache.axiom.om.impl.builder;

import org.apache.axiom.om.OMElement;

public interface OMBuilder {
    /**
     * @return Returns the document element.
     */
    OMElement getDocumentElement();
    
    String getCharsetEncoding();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy