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 voidResourceHelper. downloadResource(ContentContext ctx, String localDir, String baseURL, NodeXML nodeXML)static voidNavigationHelper. 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 voidPersistenceService. insertContent(NodeXML pageXML, MenuElement elem, String defaultLg, boolean releaseID, boolean update)MenuElementPersistenceService. 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 NodeXMLNodeXML. addChild(String name)NodeXMLNodeXML. getChild()get the first child node (pvdm)NodeXMLNodeXML. getChild(String name)get the first child node with a specific name (gh)static NodeXMLXMLFactory. getFirstNode(File xmlFile)get the root node from a file (grh)static NodeXMLXMLFactory. getFirstNode(InputStream inXML)get the root node from an input stream (grh)static NodeXMLXMLFactory. getFirstNode(Reader inXML)get the root node from an input stream (pvdm)static NodeXMLXMLFactory. getFirstNode(String xml)get the root node from an url (grh)static NodeXMLXMLFactory. getFirstNode(URL myURL)get the root node from an URL (grh)static NodeXMLXMLFactory. getFirstNodeFromXML(String xml)NodeXMLNodeXML. getNext()get the next node (pvdm)NodeXMLNodeXML. getNext(String name)get the next node (pvdm)NodeXMLNodeXML. getParent()get the first child node (pvdm)NodeXMLNodeXML. searchChild(String inXpath)NodeXMLNodeXML. 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 intNodeXML. getParentDistance(NodeXML inParent)return the distance in node count form a prentvoidNodeXML. 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 voidStaticInfo. fromXML(ContentContext ctx, NodeXML node) 
 -