Copyright© 2008-2026 Sitevision AB, all rights reserved.
| Package | Description |
|---|---|
| senselogic.sitevision.api.xml |
XML parser utility interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlParserUtil.parse(String aElementSelection,
Node aXmlFile,
String aCharset,
XmlElementHandler aXmlElementHandler)
Parse a file containing XML encoded with the supplied charset.
|
void |
XmlParserUtil.parse(String aElementSelection,
Node aXmlFile,
XmlElementHandler aXmlElementHandler)
Parse a file containing XML encoded using UTF-8.
|
void |
XmlParserUtil.parse(String aElementSelection,
String aXml,
XmlElementHandler aXmlElementHandler)
Parse a XML string.
|
Sitevision - Content Management Made Easy
Sitevision is an advanced Java enterprise portal product that implements Java Content Repository (JSR 283).
Copyright© 2008-2026 Sitevision AB, all rights reserved.