Copyright© 2008-2022 Sitevision AB, all rights reserved.
Package | Description |
---|---|
senselogic.sitevision.api.xml |
XML parser utility interfaces.
|
Modifier and Type | Method and Description |
---|---|
XmlElement |
XmlElement.getElement(String aName)
Gets the first sub element with a specific name of the element.
|
Modifier and Type | Method and Description |
---|---|
Collection<XmlElement> |
XmlElement.getElements()
Gets all sub elements of the element.
|
Collection<XmlElement> |
XmlElement.getElements(String aName)
Gets all sub element with a specific name of the element.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlElementHandler.handleElement(XmlElement aXmlElement)
Called when a element matching the selection has been parsed.
|
Sitevision - Portal and Content Management Made Easy
Sitevision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2022 Sitevision AB, all rights reserved.