Java Doc for ReverseAxesWalker.java in  » XML » xalan » org » apache » xpath » axes » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » XML » xalan » org.apache.xpath.axes 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.xpath.axes.PredicatedNodeTest
   org.apache.xpath.axes.AxesWalker
      org.apache.xpath.axes.ReverseAxesWalker

ReverseAxesWalker
public class ReverseAxesWalker extends AxesWalker (Code)
Walker for a reverse axes.
See Also:    XPath 2.4 Predicates


Field Summary
protected  DTMAxisIteratorm_iterator
     The DTM inner traversal class, that corresponds to the super axis.
final static  longserialVersionUID
    

Constructor Summary
 ReverseAxesWalker(LocPathIterator locPathIterator, int axis)
     Construct an AxesWalker using a LocPathIterator.

Method Summary
protected  voidcountProximityPosition(int i)
     Count backwards one proximity position.
public  voiddetach()
     Detaches the walker from the set which it iterated over, releasing any computational resources and placing the iterator in the INVALID state.
public  intgetLastPos(XPathContext xctxt)
     Get the number of nodes in this node list.
protected  intgetNextNode()
     Get the next node in document order on the axes.
protected  intgetProximityPosition(int predicateIndex)
     Get the current sub-context position.
public  booleanisDocOrdered()
     Returns true if all the nodes in the iteration well be returned in document order.
public  booleanisReverseAxes()
     Tells if this is a reverse axes.
public  voidsetRoot(int root)
     Set the root node of the TreeWalker.

Field Detail
m_iterator
protected DTMAxisIterator m_iterator(Code)
The DTM inner traversal class, that corresponds to the super axis.



serialVersionUID
final static long serialVersionUID(Code)




Constructor Detail
ReverseAxesWalker
ReverseAxesWalker(LocPathIterator locPathIterator, int axis)(Code)
Construct an AxesWalker using a LocPathIterator.
Parameters:
  locPathIterator - The location path iterator that 'owns' this walker.




Method Detail
countProximityPosition
protected void countProximityPosition(int i)(Code)
Count backwards one proximity position.
Parameters:
  i - The predicate index.



detach
public void detach()(Code)
Detaches the walker from the set which it iterated over, releasing any computational resources and placing the iterator in the INVALID state.



getLastPos
public int getLastPos(XPathContext xctxt)(Code)
Get the number of nodes in this node list. The function is probably ill named?
Parameters:
  xctxt - The XPath runtime context. the number of nodes in this node list.



getNextNode
protected int getNextNode()(Code)
Get the next node in document order on the axes. the next node in document order on the axes, or null.



getProximityPosition
protected int getProximityPosition(int predicateIndex)(Code)
Get the current sub-context position. In order to do the reverse axes count, for the moment this re-searches the axes up to the predicate. An optimization on this is to cache the nodes searched, but, for the moment, this case is probably rare enough that the added complexity isn't worth it.
Parameters:
  predicateIndex - The predicate index of the proximity position. The pridicate index, or -1.



isDocOrdered
public boolean isDocOrdered()(Code)
Returns true if all the nodes in the iteration well be returned in document order. Warning: This can only be called after setRoot has been called! false.



isReverseAxes
public boolean isReverseAxes()(Code)
Tells if this is a reverse axes. Overrides AxesWalker#isReverseAxes. true for this class.



setRoot
public void setRoot(int root)(Code)
Set the root node of the TreeWalker. (Not part of the DOM2 TreeWalker interface).
Parameters:
  root - The context node of this step.



Fields inherited from org.apache.xpath.axes.AxesWalker
protected int m_axis(Code)(Java Doc)
transient boolean m_isFresh(Code)(Java Doc)
protected AxesWalker m_nextWalker(Code)(Java Doc)
AxesWalker m_prevWalker(Code)(Java Doc)
transient int m_root(Code)(Java Doc)
protected DTMAxisTraverser m_traverser(Code)(Java Doc)
final static long serialVersionUID(Code)(Java Doc)

Methods inherited from org.apache.xpath.axes.AxesWalker
public void callVisitors(ExpressionOwner owner, XPathVisitor visitor)(Code)(Java Doc)
public Object clone() throws CloneNotSupportedException(Code)(Java Doc)
AxesWalker cloneDeep(WalkingIterator cloneOwner, Vector cloneList) throws CloneNotSupportedException(Code)(Java Doc)
public boolean deepEquals(Expression expr)(Code)(Java Doc)
public void detach()(Code)(Java Doc)
static AxesWalker findClone(AxesWalker key, Vector cloneList)(Code)(Java Doc)
public int getAnalysisBits()(Code)(Java Doc)
public int getAxis()(Code)(Java Doc)
final public int getCurrentNode()(Code)(Java Doc)
public DTM getDTM(int node)(Code)(Java Doc)
public Expression getExpression()(Code)(Java Doc)
public int getLastPos(XPathContext xctxt)(Code)(Java Doc)
protected int getNextNode()(Code)(Java Doc)
public AxesWalker getNextWalker()(Code)(Java Doc)
public AxesWalker getPrevWalker()(Code)(Java Doc)
public int getRoot()(Code)(Java Doc)
public void init(Compiler compiler, int opPos, int stepType) throws javax.xml.transform.TransformerException(Code)(Java Doc)
public boolean isDocOrdered()(Code)(Java Doc)
public int nextNode()(Code)(Java Doc)
public void setDefaultDTM(DTM dtm)(Code)(Java Doc)
public void setExpression(Expression exp)(Code)(Java Doc)
public void setNextWalker(AxesWalker walker)(Code)(Java Doc)
public void setPrevWalker(AxesWalker walker)(Code)(Java Doc)
public void setRoot(int root)(Code)(Java Doc)
final public WalkingIterator wi()(Code)(Java Doc)

Fields inherited from org.apache.xpath.axes.PredicatedNodeTest
final static boolean DEBUG_PREDICATECOUNTING(Code)(Java Doc)
protected transient boolean m_foundLast(Code)(Java Doc)
protected LocPathIterator m_lpi(Code)(Java Doc)
protected int m_predCount(Code)(Java Doc)
transient int m_predicateIndex(Code)(Java Doc)
protected transient int[] m_proximityPositions(Code)(Java Doc)
final static long serialVersionUID(Code)(Java Doc)

Methods inherited from org.apache.xpath.axes.PredicatedNodeTest
public short acceptNode(int n)(Code)(Java Doc)
public void callPredicateVisitors(XPathVisitor visitor)(Code)(Java Doc)
public boolean canTraverseOutsideSubtree()(Code)(Java Doc)
public Object clone() throws CloneNotSupportedException(Code)(Java Doc)
protected void countProximityPosition(int i)(Code)(Java Doc)
public boolean deepEquals(Expression expr)(Code)(Java Doc)
boolean executePredicates(int context, XPathContext xctxt) throws javax.xml.transform.TransformerException(Code)(Java Doc)
public void fixupVariables(java.util.Vector vars, int globalsSize)(Code)(Java Doc)
abstract public int getLastPos(XPathContext xctxt)(Code)(Java Doc)
public LocPathIterator getLocPathIterator()(Code)(Java Doc)
public Expression getPredicate(int index)(Code)(Java Doc)
public int getPredicateCount()(Code)(Java Doc)
public int getPredicateIndex()(Code)(Java Doc)
public int getProximityPosition()(Code)(Java Doc)
public int getProximityPosition(XPathContext xctxt)(Code)(Java Doc)
protected int getProximityPosition(int predicateIndex)(Code)(Java Doc)
protected void initPredicateInfo(Compiler compiler, int opPos) throws javax.xml.transform.TransformerException(Code)(Java Doc)
public void initProximityPosition(int i) throws javax.xml.transform.TransformerException(Code)(Java Doc)
public boolean isReverseAxes()(Code)(Java Doc)
protected String nodeToString(int n)(Code)(Java Doc)
public void resetProximityPositions()(Code)(Java Doc)
public void setLocPathIterator(LocPathIterator li)(Code)(Java Doc)
public void setPredicateCount(int count)(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.