Java Doc for DTMDefaultBaseTraversers.java in  » XML » xalan » org » apache » xml » dtm » ref » 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.xml.dtm.ref 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.xml.dtm.ref.DTMDefaultBase
      org.apache.xml.dtm.ref.DTMDefaultBaseTraversers

All known Subclasses:   org.apache.xml.dtm.ref.DTMDefaultBaseIterators,
DTMDefaultBaseTraversers
abstract public class DTMDefaultBaseTraversers extends DTMDefaultBase (Code)
This class implements the traversers for DTMDefaultBase. PLEASE NOTE that the public interface for all traversers should be in terms of DTM Node Handles... but they may use the internal node identity indices within their logic, for efficiency's sake. Be very careful to avoid confusing these when maintaining this code.



Constructor Summary
public  DTMDefaultBaseTraversers(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing)
     Construct a DTMDefaultBaseTraversers object from a DOM node.
public  DTMDefaultBaseTraversers(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing, int blocksize, boolean usePrevsib, boolean newNameTable)
     Construct a DTMDefaultBaseTraversers object from a DOM node.

Method Summary
public  DTMAxisTraversergetAxisTraverser(int axis)
     This returns a stateless "traverser", that can navigate over an XPath axis, though perhaps not in document order.
Parameters:
  axis - One of Axes.ANCESTORORSELF, etc.


Constructor Detail
DTMDefaultBaseTraversers
public DTMDefaultBaseTraversers(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing)(Code)
Construct a DTMDefaultBaseTraversers object from a DOM node.
Parameters:
  mgr - The DTMManager who owns this DTM.
Parameters:
  source - The object that is used to specify the construction source.
Parameters:
  dtmIdentity - The DTM identity ID for this DTM.
Parameters:
  whiteSpaceFilter - The white space filter for this DTM, which maybe null.
Parameters:
  xstringfactory - The factory to use for creating XMLStrings.
Parameters:
  doIndexing - true if the caller considers it worth it to useindexing schemes.



DTMDefaultBaseTraversers
public DTMDefaultBaseTraversers(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing, int blocksize, boolean usePrevsib, boolean newNameTable)(Code)
Construct a DTMDefaultBaseTraversers object from a DOM node.
Parameters:
  mgr - The DTMManager who owns this DTM.
Parameters:
  source - The object that is used to specify the construction source.
Parameters:
  dtmIdentity - The DTM identity ID for this DTM.
Parameters:
  whiteSpaceFilter - The white space filter for this DTM, which maybe null.
Parameters:
  xstringfactory - The factory to use for creating XMLStrings.
Parameters:
  doIndexing - true if the caller considers it worth it to useindexing schemes.
Parameters:
  blocksize - The block size of the DTM.
Parameters:
  usePrevsib - true if we want to build the previous sibling node array.
Parameters:
  newNameTable - true if we want to use a new ExpandedNameTable for this DTM.




Method Detail
getAxisTraverser
public DTMAxisTraverser getAxisTraverser(int axis)(Code)
This returns a stateless "traverser", that can navigate over an XPath axis, though perhaps not in document order.
Parameters:
  axis - One of Axes.ANCESTORORSELF, etc. A DTMAxisTraverser, or null if the given axis isn't supported.



Fields inherited from org.apache.xml.dtm.ref.DTMDefaultBase
final public static int DEFAULT_BLOCKSIZE(Code)(Java Doc)
final public static int DEFAULT_NUMBLOCKS(Code)(Java Doc)
final public static int DEFAULT_NUMBLOCKS_SMALL(Code)(Java Doc)
final static boolean JJK_DEBUG(Code)(Java Doc)
final protected static int NOTPROCESSED(Code)(Java Doc)
final public static int ROOTNODE(Code)(Java Doc)
protected String m_documentBaseURI(Code)(Java Doc)
protected SuballocatedIntVector m_dtmIdent(Code)(Java Doc)
protected int[][][] m_elemIndexes(Code)(Java Doc)
protected ExpandedNameTable m_expandedNameTable(Code)(Java Doc)
protected SuballocatedIntVector m_exptype(Code)(Java Doc)
protected SuballocatedIntVector m_firstch(Code)(Java Doc)
protected boolean m_indexing(Code)(Java Doc)
public DTMManager m_mgr(Code)(Java Doc)
protected DTMManagerDefault m_mgrDefault(Code)(Java Doc)
protected SuballocatedIntVector m_namespaceDeclSetElements(Code)(Java Doc)
protected Vector m_namespaceDeclSets(Code)(Java Doc)
protected SuballocatedIntVector m_nextsib(Code)(Java Doc)
protected SuballocatedIntVector m_parent(Code)(Java Doc)
protected SuballocatedIntVector m_prevsib(Code)(Java Doc)
protected boolean m_shouldStripWS(Code)(Java Doc)
protected BoolStack m_shouldStripWhitespaceStack(Code)(Java Doc)
protected int m_size(Code)(Java Doc)
protected DTMAxisTraverser[] m_traversers(Code)(Java Doc)
protected DTMWSFilter m_wsfilter(Code)(Java Doc)
protected XMLStringFactory m_xstrf(Code)(Java Doc)

Methods inherited from org.apache.xml.dtm.ref.DTMDefaultBase
protected int _exptype(int identity)(Code)(Java Doc)
protected int _firstch(int identity)(Code)(Java Doc)
protected int _level(int identity)(Code)(Java Doc)
protected int _nextsib(int identity)(Code)(Java Doc)
protected int _parent(int identity)(Code)(Java Doc)
protected int _prevsib(int identity)(Code)(Java Doc)
protected short _type(int identity)(Code)(Java Doc)
public void appendChild(int newChild, boolean clone, boolean cloneDepth)(Code)(Java Doc)
public void appendTextChild(String str)(Code)(Java Doc)
protected void declareNamespaceInContext(int elementNodeIndex, int namespaceNodeIndex)(Code)(Java Doc)
abstract public void dispatchCharactersEvents(int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize) throws org.xml.sax.SAXException(Code)(Java Doc)
abstract public void dispatchToEvents(int nodeHandle, org.xml.sax.ContentHandler ch) throws org.xml.sax.SAXException(Code)(Java Doc)
public void documentRegistration()(Code)(Java Doc)
public void documentRelease()(Code)(Java Doc)
public void dumpDTM(OutputStream os)(Code)(Java Doc)
public String dumpNode(int nodeHandle)(Code)(Java Doc)
protected void ensureSizeOfIndex(int namespaceID, int LocalNameID)(Code)(Java Doc)
protected void error(String msg)(Code)(Java Doc)
int findElementFromIndex(int nsIndex, int lnIndex, int firstPotential)(Code)(Java Doc)
protected int findGTE(int[] list, int start, int len, int value)(Code)(Java Doc)
protected int findInSortedSuballocatedIntVector(SuballocatedIntVector vector, int lookfor)(Code)(Java Doc)
protected SuballocatedIntVector findNamespaceContext(int elementNodeIndex)(Code)(Java Doc)
abstract public int getAttributeNode(int nodeHandle, String namespaceURI, String name)(Code)(Java Doc)
public SuballocatedIntVector getDTMIDs()(Code)(Java Doc)
public int getDocument()(Code)(Java Doc)
public boolean getDocumentAllDeclarationsProcessed()(Code)(Java Doc)
public String getDocumentBaseURI()(Code)(Java Doc)
public String getDocumentEncoding(int nodeHandle)(Code)(Java Doc)
public int getDocumentRoot(int nodeHandle)(Code)(Java Doc)
public String getDocumentStandalone(int nodeHandle)(Code)(Java Doc)
public String getDocumentSystemIdentifier(int nodeHandle)(Code)(Java Doc)
abstract public String getDocumentTypeDeclarationPublicIdentifier()(Code)(Java Doc)
abstract public String getDocumentTypeDeclarationSystemIdentifier()(Code)(Java Doc)
public String getDocumentVersion(int documentHandle)(Code)(Java Doc)
abstract public int getElementById(String elementId)(Code)(Java Doc)
public int getExpandedTypeID(int nodeHandle)(Code)(Java Doc)
public int getExpandedTypeID(String namespace, String localName, int type)(Code)(Java Doc)
public int getFirstAttribute(int nodeHandle)(Code)(Java Doc)
protected int getFirstAttributeIdentity(int identity)(Code)(Java Doc)
public int getFirstChild(int nodeHandle)(Code)(Java Doc)
public int getFirstNamespaceNode(int nodeHandle, boolean inScope)(Code)(Java Doc)
public int getLastChild(int nodeHandle)(Code)(Java Doc)
public short getLevel(int nodeHandle)(Code)(Java Doc)
abstract public String getLocalName(int nodeHandle)(Code)(Java Doc)
public String getLocalNameFromExpandedNameID(int expandedNameID)(Code)(Java Doc)
public DTMManager getManager()(Code)(Java Doc)
public String getNamespaceFromExpandedNameID(int expandedNameID)(Code)(Java Doc)
public int getNamespaceType(int nodeHandle)(Code)(Java Doc)
abstract public String getNamespaceURI(int nodeHandle)(Code)(Java Doc)
public int getNextAttribute(int nodeHandle)(Code)(Java Doc)
protected int getNextAttributeIdentity(int identity)(Code)(Java Doc)
public int getNextNamespaceNode(int baseHandle, int nodeHandle, boolean inScope)(Code)(Java Doc)
abstract protected int getNextNodeIdentity(int identity)(Code)(Java Doc)
public int getNextSibling(int nodeHandle)(Code)(Java Doc)
public org.w3c.dom.Node getNode(int nodeHandle)(Code)(Java Doc)
public int getNodeHandle(int nodeId)(Code)(Java Doc)
public int getNodeIdent(int nodeHandle)(Code)(Java Doc)
abstract public String getNodeName(int nodeHandle)(Code)(Java Doc)
public String getNodeNameX(int nodeHandle)(Code)(Java Doc)
public short getNodeType(int nodeHandle)(Code)(Java Doc)
abstract public String getNodeValue(int nodeHandle)(Code)(Java Doc)
abstract protected int getNumberOfNodes()(Code)(Java Doc)
public int getOwnerDocument(int nodeHandle)(Code)(Java Doc)
public int getParent(int nodeHandle)(Code)(Java Doc)
abstract public String getPrefix(int nodeHandle)(Code)(Java Doc)
public int getPreviousSibling(int nodeHandle)(Code)(Java Doc)
protected boolean getShouldStripWhitespace()(Code)(Java Doc)
abstract public XMLString getStringValue(int nodeHandle)(Code)(Java Doc)
public char[] getStringValueChunk(int nodeHandle, int chunkIndex, int[] startAndLen)(Code)(Java Doc)
public int getStringValueChunkCount(int nodeHandle)(Code)(Java Doc)
protected int getTypedAttribute(int nodeHandle, int attType)(Code)(Java Doc)
public int getTypedFirstChild(int nodeHandle, int nodeType)(Code)(Java Doc)
public int getTypedNextSibling(int nodeHandle, int nodeType)(Code)(Java Doc)
abstract public String getUnparsedEntityURI(String name)(Code)(Java Doc)
public boolean hasChildNodes(int nodeHandle)(Code)(Java Doc)
protected void indexNode(int expandedTypeID, int identity)(Code)(Java Doc)
abstract public boolean isAttributeSpecified(int attributeHandle)(Code)(Java Doc)
public boolean isCharacterElementContentWhitespace(int nodeHandle)(Code)(Java Doc)
public boolean isDocumentAllDeclarationsProcessed(int documentHandle)(Code)(Java Doc)
public boolean isNodeAfter(int nodeHandle1, int nodeHandle2)(Code)(Java Doc)
public boolean isSupported(String feature, String version)(Code)(Java Doc)
final public int makeNodeHandle(int nodeIdentity)(Code)(Java Doc)
final public int makeNodeIdentity(int nodeHandle)(Code)(Java Doc)
public void migrateTo(DTMManager mgr)(Code)(Java Doc)
abstract protected boolean nextNode()(Code)(Java Doc)
protected void popShouldStripWhitespace()(Code)(Java Doc)
protected void pushShouldStripWhitespace(boolean shouldStrip)(Code)(Java Doc)
public void setDocumentBaseURI(String baseURI)(Code)(Java Doc)
public void setFeature(String featureId, boolean state)(Code)(Java Doc)
protected void setShouldStripWhitespace(boolean shouldStrip)(Code)(Java Doc)
public boolean supportsPreStripping()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(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.