org.apache.abdera.i18n.iri
Interface Scheme

All Known Implementing Classes:
AbstractScheme, DefaultScheme

public interface Scheme

Interface implemented by custom IRI scheme parsers


Method Summary
 int getDefaultPort()
           
 String getName()
           
 IRI normalize(IRI iri)
           
 String normalizePath(String path)
           
 

Method Detail

getName

String getName()

normalize

IRI normalize(IRI iri)

normalizePath

String normalizePath(String path)

getDefaultPort

int getDefaultPort()


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.