Package | Description |
---|---|
com.saperion.ngc.viewer.virtualviewer.annotation |
Package for viewer annotation .
|
com.saperion.ngc.viewer.virtualviewer.annotation.ini |
Package for viewer annotation ini structure classes.
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<Section>> |
JadiceXmlBuilder.getSectionsByPage(List<Section> components)
Get the Annotations sorted by Page The Hashmap key is the PageNumber, The Hashmap value is a
ArrayList of Sections.
|
List<Section> |
XmlBuilder.parseIni(String iniContent)
Parses the annotations defined by the specified ini-string and returns a list of parsed
sections.
|
List<Section> |
JadiceXmlBuilder.parseIni(String iniContent)
Parses the annotations defined by the specified ini-string and returns a list of parsed
sections.
|
Modifier and Type | Method and Description |
---|---|
Document |
XmlBuilder.buildXml(List<Section> parsedIniSections,
String ixosAnnotationsIni,
int ixosPage)
Builds the xml.
|
Annotations |
JadiceXmlBuilder.buildXml(List<Section> parsedIniSections,
String ixosAnnotationsIni,
int ixosPage)
Builds the xml.
|
Map<String,List<Section>> |
JadiceXmlBuilder.getSectionsByPage(List<Section> components)
Get the Annotations sorted by Page The Hashmap key is the PageNumber, The Hashmap value is a
ArrayList of Sections.
|
Modifier and Type | Method and Description |
---|---|
static Section |
Section.getSectionByType(List<Section> sections,
String type) |
Modifier and Type | Method and Description |
---|---|
static String |
Section.getValue(Section section,
String key)
Resolve a String value from a Section with the given key.
|
Modifier and Type | Method and Description |
---|---|
static Section |
Section.getSectionByType(List<Section> sections,
String type) |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.