Uses of Class
org.exoplatform.services.xml.parser.XMLNode

Packages that use XMLNode
org.exoplatform.services.rss.parser   
org.exoplatform.services.xml.parser   
org.exoplatform.services.xml.serialize   
org.exoplatform.services.xml.util   
 

Uses of XMLNode in org.exoplatform.services.rss.parser
 

Methods in org.exoplatform.services.rss.parser that return XMLNode
 XMLNode DefaultRSSItem.getItem(java.lang.String name)
           
 XMLNode IRSSItem.getItem(java.lang.String name)
           
 XMLNode DefaultRSSItem.getNode()
           
 XMLNode IRSSItem.getNode()
           
 

Methods in org.exoplatform.services.rss.parser with parameters of type XMLNode
 RSSDocument<DefaultRSSChannel,DefaultRSSItem> RSSParser.createDocument(XMLNode root)
           
<T extends IRSSChannel,E extends IRSSItem>
RSSDocument<T,E>
RSSParser.createDocument(XMLNode root, java.lang.Class<T> channelClazz, java.lang.Class<E> itemClazz)
           
 void DefaultRSSItem.setNode(XMLNode node)
           
 void IRSSItem.setNode(XMLNode node)
           
 

Uses of XMLNode in org.exoplatform.services.xml.parser
 

Fields in org.exoplatform.services.xml.parser declared as XMLNode
protected  XMLNode XMLNode.parent
           
 

Fields in org.exoplatform.services.xml.parser with type parameters of type XMLNode
protected  java.util.List<XMLNode> XMLNode.children
           
 

Methods in org.exoplatform.services.xml.parser that return XMLNode
 XMLNode XMLNode.getChild(int i)
           
 XMLNode XMLNode.getParent()
           
 XMLNode XMLDocument.getRoot()
           
 XMLNode XMLDocument.getXmlType()
           
 XMLNode XMLToken.getXmlType()
           
 

Methods in org.exoplatform.services.xml.parser that return types with arguments of type XMLNode
 java.util.List<XMLNode> XMLNode.getChildren()
           
 

Methods in org.exoplatform.services.xml.parser with parameters of type XMLNode
 void XMLNode.addChild(XMLNode ele)
           
 void XMLNode.setParent(XMLNode p)
           
 void XMLDocument.setXmlType(XMLNode xmlType)
           
 

Constructors in org.exoplatform.services.xml.parser with parameters of type XMLNode
XMLDocument(XMLNode root)
           
 

Uses of XMLNode in org.exoplatform.services.xml.serialize
 

Methods in org.exoplatform.services.xml.serialize with parameters of type XMLNode
<T> void
XML2Bean.toBean(java.lang.Class<T> clazz, T object, XMLNode node)
           
<T> void
BeanMapper.toBean(java.lang.Class<T> clazz, T object, XMLNode node)
           
<T> T
XML2Bean.toBean(java.lang.Class<T> clazz, XMLNode node)
           
<T> T
BeanMapper.toBean(java.lang.Class<T> clazz, XMLNode node)
           
protected  void Bean2XML.toField(java.lang.reflect.Field field, java.lang.Object bean, XMLNode node)
           
 void XMLMapper.toXML(java.lang.Object bean, XMLNode node)
           
 void Bean2XML.toXML(java.lang.Object bean, XMLNode node)
           
 

Uses of XMLNode in org.exoplatform.services.xml.util
 

Fields in org.exoplatform.services.xml.util declared as XMLNode
protected  XMLNode XMLProperties.node_
           
 

Methods in org.exoplatform.services.xml.util that return XMLNode
protected  XMLNode XMLProperties.getNode(XMLNode root, java.lang.String name)
           
 

Methods in org.exoplatform.services.xml.util with parameters of type XMLNode
protected  XMLNode XMLProperties.getNode(XMLNode root, java.lang.String name)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.