|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectch.medshare.elexis.directories.HtmlParser
ch.medshare.elexis.directories.DirectoriesContentParser
public class DirectoriesContentParser
| Constructor Summary | |
|---|---|
DirectoriesContentParser(java.lang.String htmlText)
|
|
| Method Summary | |
|---|---|
static java.lang.String |
decodeURIComponent(java.lang.String s)
Decodes the passed UTF-8 String using an algorithm that's compatible with JavaScript's decodeURIComponent function. |
java.util.List<KontaktEntry> |
extractKontakte()
20101213js: Extrahiert Informationen aus dem retournierten Html. |
java.lang.String |
getSearchInfo()
Informationen zur Suche werden extrahiert. 20101213js added comments Bsp: (valid before 2010-12-xx) 23 Treffer für müller
hans in bern |
| Methods inherited from class ch.medshare.elexis.directories.HtmlParser |
|---|
extract, extractTo, getNextPos, getNextPos, getTail, moveTo, reset, startsWith |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DirectoriesContentParser(java.lang.String htmlText)
| Method Detail |
|---|
public java.lang.String getSearchInfo()
public java.util.List<KontaktEntry> extractKontakte() throws java.io.IOException
java.io.IOExceptionpublic static java.lang.String decodeURIComponent(java.lang.String s)
decodeURIComponent function. Returns null if the String is
null.
From: Utility class for JavaScript compatible UTF-8 encoding and decoding.
s - The UTF-8 encoded String to be decoded
://stackoverflow.com/questions/607176/java-equivalent-to-javascripts-encodeuricomponent
-that-produces-identical-output
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||