public final class ProcessorXMLUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static Queue<TagXML> |
extractUnrepeatableTag(char[] content)
Retourne les tags qui posent problème si l'on cherche à supprimer ou répéter ce bloc XML.
|
static int |
getFirstBodyIndex(String content) |
static int |
getLastBodyEndIndex(String content) |
static StringBuilder |
parseXMLContent(String xmlContent,
String tag,
ParserXMLHandler handler)
Parse the XML content and call XML handler when input tag is found.
|
public static Queue<TagXML> extractUnrepeatableTag(char[] content)
content - extrait de XMLpublic static int getFirstBodyIndex(String content)
content - contenu XMLpublic static int getLastBodyEndIndex(String content)
content - contenu XMLpublic static StringBuilder parseXMLContent(String xmlContent, String tag, ParserXMLHandler handler)
xmlContent - Input XML contenttag - Trigger taghandler - XML handler of this tagCopyright © 2017. All Rights Reserved.