Uses of Class
org.javlo.xml.NodeXML
-
Packages that use NodeXML Package Description org.javlo.helper org.javlo.module.remote org.javlo.service org.javlo.xml org.javlo.ztatic -
-
Uses of NodeXML in org.javlo.helper
Methods in org.javlo.helper with parameters of type NodeXML Modifier and Type Method 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)
-
Uses of NodeXML in org.javlo.module.remote
Constructors in org.javlo.module.remote with parameters of type NodeXML Constructor Description SiteMapURL(NodeXML node)
-
Uses of NodeXML in org.javlo.service
Methods in org.javlo.service with parameters of type NodeXML Modifier and Type Method Description void
PersistenceService. insertContent(NodeXML pageXML, MenuElement elem, String defaultLg, boolean releaseID, boolean update)
MenuElement
PersistenceService. insertPage(ContentContext ctx, NodeXML pageXML, MenuElement parent, Map<MenuElement,String[]> vparentPreparation, String defaultLg, boolean checkName, boolean updateIfExist)
-
Uses of NodeXML in org.javlo.xml
Methods in org.javlo.xml that return NodeXML Modifier and Type Method 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)Methods in org.javlo.xml that return types with arguments of type NodeXML Modifier and Type Method Description Collection<NodeXML>
NodeXML. getAllChildren()
Collection<NodeXML>
NodeXML. getChildren()
Collection<NodeXML>
NodeXML. searchChildren(String inXpath)
Methods in org.javlo.xml with parameters of type NodeXML Modifier and Type Method Description int
NodeXML. getParentDistance(NodeXML inParent)
return the distance in node count form a prentvoid
NodeXML. removeChild(NodeXML n)
-
Uses of NodeXML in org.javlo.ztatic
Methods in org.javlo.ztatic with parameters of type NodeXML Modifier and Type Method Description void
StaticInfo. fromXML(ContentContext ctx, NodeXML node)
-