Uses of Class
xml.XMLNode

Packages that use XMLNode
interpreter   
xml   
 

Uses of XMLNode in interpreter
 

Fields in interpreter declared as XMLNode
private  XMLNode Context.currentNode
           
 

Methods in interpreter that return XMLNode
 XMLNode Context.getCurrentNode()
           
private  XMLNode Signification.mCopy(TTLCopy x, Context c)
          Copy the content
 

Methods in interpreter that return types with arguments of type XMLNode
static java.util.ArrayList<XMLNode> Utilities.filter(TTLNodeExpr expr, java.util.ArrayList<XMLNode> nodes)
          Filters the nodes, returns only those that match
private  java.util.ArrayList<XMLNode> Signification.mApplication(TTLApplication a, Context c)
          mApplication selects the appropriate pattern
private  java.util.ArrayList<XMLNode> Signification.mItem(TTLItem i, Context c)
          Develops the items
private  java.util.ArrayList<XMLNode> Signification.mNodeRule(TTLNodeRule r, Context c)
          mNodeRule, for the recursion
private  java.util.ArrayList<XMLNode> Signification.mPattern(TTLPattern p, Context c)
          Find the matching pattern
private  java.util.ArrayList<XMLNode> Signification.mSelection(TTLSelection s, java.util.ArrayList<XMLNode> nodes)
          mSelection applies mStepExpression if !mSelection.EMPTY
private  java.util.ArrayList<XMLNode> Signification.mStepExpr(TTLStepExpr s, java.util.ArrayList<XMLNode> nodes)
          Handles a StepExpression
private  java.util.ArrayList<XMLNode> Signification.mTemplate(TTLTemplate t, Context initContext)
          Applies the Template.
 

Methods in interpreter with parameters of type XMLNode
protected  TTLNodeRule Signification.firstmatch(java.util.ArrayList<TTLNodeRule> rules, XMLNode currentNode)
          Gets the first matching rule.
static boolean Utilities.nodeMatch(TTLNodeExpr expr, XMLNode node)
          Verifies if the node matches
 void Context.setCurrentNode(XMLNode currentNode)
           
 

Method parameters in interpreter with type arguments of type XMLNode
static java.util.ArrayList<XMLNode> Utilities.filter(TTLNodeExpr expr, java.util.ArrayList<XMLNode> nodes)
          Filters the nodes, returns only those that match
private  java.util.ArrayList<XMLNode> Signification.mSelection(TTLSelection s, java.util.ArrayList<XMLNode> nodes)
          mSelection applies mStepExpression if !mSelection.EMPTY
private  java.util.ArrayList<XMLNode> Signification.mStepExpr(TTLStepExpr s, java.util.ArrayList<XMLNode> nodes)
          Handles a StepExpression
 

Constructors in interpreter with parameters of type XMLNode
Context(TTLProgram p, XMLNode e)
           
 

Uses of XMLNode in xml
 

Subclasses of XMLNode in xml
 class XMLElement
           
 class XMLText
           
 

Fields in xml with type parameters of type XMLNode
private  java.util.ArrayList<XMLNode> XMLElement.content
           
 

Methods in xml that return types with arguments of type XMLNode
private  java.util.ArrayList<XMLNode> JDOM2XMLParser.constructNodes(java.util.List list, XMLElement father)
          Creates a node.