Package org.eclipse.webdav.dom

Examples of org.eclipse.webdav.dom.QualifiedNameImpl


    public ILocator newLocator(String resourceURL, String label) {
        return locatorFactory.newLocator(resourceURL, label);
    }

    public QualifiedName newQualifiedName(String qualifier, String localName) {
        return new QualifiedNameImpl(qualifier, localName);
    }
View Full Code Here

TOP

Related Classes of org.eclipse.webdav.dom.QualifiedNameImpl

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.