Package | Description |
---|---|
org.javlo.helper | |
org.javlo.module.remote | |
org.javlo.service | |
org.javlo.xml | |
org.javlo.ztatic |
Modifier and Type | Method and Description |
---|---|
static void |
ResourceHelper.downloadResource(ContentContext ctx,
String localDir,
String baseURL,
NodeXML nodeXML) |
static void |
NavigationHelper.importPage(ContentContext ctx,
PersistenceService persistenceService,
NodeXML pageNode,
MenuElement currentPage,
String lang,
boolean readOnly) |
Constructor and Description |
---|
SiteMapURL(NodeXML node) |
Modifier and Type | Method and Description |
---|---|
void |
PersistenceService.insertContent(NodeXML pageXML,
MenuElement elem,
String defaultLg,
boolean releaseID) |
MenuElement |
PersistenceService.insertPage(GlobalContext globalContext,
NodeXML pageXML,
MenuElement parent,
Map<MenuElement,String[]> vparentPreparation,
String defaultLg,
boolean checkName) |
Modifier and Type | Method and Description |
---|---|
NodeXML |
NodeXML.addChild(String name) |
NodeXML |
NodeXML.getChild()
get the first child node (pvdm)
|
NodeXML |
NodeXML.getChild(String name)
get the first child node with a specific name (gh)
|
static NodeXML |
XMLFactory.getFirstNode(File xmlFile)
get the root node from a file (grh)
|
static NodeXML |
XMLFactory.getFirstNode(InputStream inXML)
get the root node from an input stream (grh)
|
static NodeXML |
XMLFactory.getFirstNode(Reader inXML)
get the root node from an input stream (pvdm)
|
static NodeXML |
XMLFactory.getFirstNode(String xml)
get the root node from an url (grh)
|
static NodeXML |
XMLFactory.getFirstNode(URL myURL)
get the root node from an URL (grh)
|
static NodeXML |
XMLFactory.getFirstNodeFromXML(String xml) |
NodeXML |
NodeXML.getNext()
get the next node (pvdm)
|
NodeXML |
NodeXML.getNext(String name)
get the next node (pvdm)
|
NodeXML |
NodeXML.getParent()
get the first child node (pvdm)
|
NodeXML |
NodeXML.searchChild(String inXpath) |
NodeXML |
NodeXML.searchChild(String name,
String paramName,
String paramValue)
search a node with a specific value for a parameter (pvdm)
|
Modifier and Type | Method and Description |
---|---|
Collection<NodeXML> |
NodeXML.getAllChildren() |
Collection<NodeXML> |
NodeXML.getChildren() |
Collection<NodeXML> |
NodeXML.searchChildren(String inXpath) |
Modifier and Type | Method and Description |
---|---|
int |
NodeXML.getParentDistance(NodeXML inParent)
return the distance in node count form a prent
|
void |
NodeXML.removeChild(NodeXML n) |
Modifier and Type | Method and Description |
---|---|
void |
StaticInfo.fromXML(ContentContext ctx,
NodeXML node) |
Copyright © 2012-2018. All Rights Reserved.