mkwan 2003/04/01 10:58:12
Modified:java/src/org/apache/xml/dtm/ref/dom2dtm DOM2DTM.java
Log:
Merging XSLTC_DTM and common serializer to the head
Changes in org.apache.xml.dtm.ref.dom2dtm.
Revision ChangesPath
1.33 +35 -1 xml-xalan/java/src/org/apache/xml/d
jkesselm2002/12/17 14:20:10
Modified:java/src/org/apache/xml/dtm Tag: xslt20 DTM.java
java/src/org/apache/xml/dtm/dom2dtm2 Tag: xslt20
DOM2DTM2Base.java
java/src/org/apache/xml/dtm/ref Tag: xslt20
DTMDefaultBas
mkwan 2002/12/10 10:27:48
Modified:java/src/org/apache/xalan/processor Tag: xslt20
TransformerFactoryImpl.java
java/src/org/apache/xml/dtm/ref/dom2dtm Tag: xslt20
DOM2DTM.java
Log:
Propogate performance fixes in main br
mkwan 2002/12/04 12:38:32
Modified:java/src/org/apache/xml/dtm/ref/dom2dtm DOM2DTM.java
Log:
Performance fix
Reuse the node name in the preceding statement.
Revision ChangesPath
1.29 +1 -1 xml-xalan/java/src/org/apache/xml/dtm/ref/dom2dtm/DOM2DTM.java
mmidy 02/04/17 11:53:55
Modified:java/src/org/apache/xml/dtm/ref/dom2dtm Tag: XSLTC_DTM
DOM2DTM.java
Log:
Make getNumberOfNodes() public
Revision ChangesPath
No revision
No revision
1.28.2.2 +
jkesselm01/12/18 13:55:33
Modified:java/src/org/apache/xml/dtm/ref DTMDefaultBase.java
java/src/org/apache/xml/dtm/ref/dom2dtm DOM2DTM.java
DOM2DTMdefaultNamespaceDeclarationNode.java
Log:
A few more subtle performance tweaks, and an actual bug
jkesselm01/12/14 11:47:28
Modified:java/src/org/apache/xml/dtm/ref/dom2dtm DOM2DTM.java
Log:
Performance improvements; Some changes to better leverage the
DOM's existing code, others to avoid some call-and-return overhead.
Combined with other recent changes, we've now got a s
jkesselm01/11/26 10:51:49
Modified:java/src/org/apache/xml/dtm/ref/dom2dtm DOM2DTM.java
Log:
Sigh. The XML Namespaces spec it itself imperfectly
namespace-aware. While there's a plan to fix that, it's
safer for now if we test the QName when looking for
explicit instances of xm
jkesselm01/11/20 05:46:51
Modified:java/src/org/apache/xml/dtm/ref/dom2dtm DOM2DTM.java
Log:
"Tupograflica eror". Sorry 'bout that!
Revision ChangesPath
1.21 +9 -18 xml-xalan/java/src/org/apache/xml/dtm/ref/dom2dtm/DOM2DTM.java
Index: DOM2DTM.java
===
jkesselm01/11/15 12:51:37
Modified:java/src/org/apache/xml/dtm/ref/dom2dtm DOM2DTM.java
Log:
Namespace decls are themselves not namespace-aware, in the
Namespaces 1.0 REC. Use the qname.Grumble.
Revision ChangesPath
1.20 +17 -8 xml-xalan/java/src/org/apache/xm
jkesselm01/11/12 08:50:28
Modified:java/src/org/apache/xml/dtm/ref/dom2dtm DOM2DTM.java
Log:
Reorder slightly and add test to not synthesize xmlns:xsl declaration
if one was already present on the DOM's root element.
Revision ChangesPath
1.19 +26 -11xml-xalan/
mmidy 01/07/17 11:37:07
Modified:java/src/org/apache/xml/dtm/ref/dom2dtm DOM2DTM.java
Log:
OOps! Back out this last change. Old code on my machine!!!
Revision ChangesPath
1.14 +15 -6 xml-xalan/java/src/org/apache/xml/dtm/ref/dom2dtm/DOM2DTM.java
Index: DO
sboag 01/07/13 13:19:12
Modified:java/src/org/apache/xml/dtm/ref/dom2dtm DOM2DTM.java
Log:
On code review of previous checkin from Gary P., we determined there
was a problem with the point at which type was declared a
DTM.NAMESPACE_NODE. So that part was moved back up (actual
garyp 01/07/13 00:59:42
Modified:java/src/org/apache/xml/dtm/ref/dom2dtm DOM2DTM.java
Log:
Fix problem reported by Carsten Ziegeler <[EMAIL PROTECTED]>. Using ApplyXPath (or
doing a transformation) with DOM input was resulting in an NPE due to
declareNamespaceInContext() being
jkesselm01/07/10 15:23:55
Modified:java/src/org/apache/xml/dtm/ref/dom2dtm DOM2DTM.java
Log:
Quick patch to handle case where someone wants to build a DTM from
an Element rather than from a Document. The Attr handling might want to
move down into addNode.
This opens several
sboag 01/06/29 09:24:11
Modified:java/src/org/apache/xml/dtm/ref/dom2dtm DOM2DTM.java
Log:
Change getHandleFromNode(Node node) to call nextNode. Should
fix bug with XPathAPI (and extensions) where element out of bounds
exception occurs.
Revision ChangesPath
1.8
jkesselm01/06/21 11:59:14
Modified:java/src/org/apache/xml/dtm/ref/dom2dtm DOM2DTM.java
Log:
Class rename
Revision ChangesPath
1.6 +1 -1 xml-xalan/java/src/org/apache/xml/dtm/ref/dom2dtm/DOM2DTM.java
Index: DOM2DTM.java
=
jkesselm01/06/21 11:55:10
Modified:java/src/org/apache/xml/dtm/ref/dom2dtm DOM2DTM.java
Log:
Cutover from realloc'd arrays to SuballocatedIntVector. Should improve build speed
of larger docs, at slight cost in retrieval speed.
Revision ChangesPath
1.5 +18 -21x
sboag 01/06/12 22:54:38
Modified:java/src/org/apache/xml/dtm/ref/dom2dtm DOM2DTM.java
Log:
Sort-of kind-of handle DOM1 by checking if getLocalName returns
null for elements or attributes, and, if it does, use getNodeName.
Joe, I guess we should think about some DOM1 compati
jkesselm01/06/11 11:41:04
Modified:java/src/org/apache/xml/dtm/ref/dom2dtm Tag: DTM_EXP
DOM2DTM.java
Log:
Major changes for both performance and robustness --
new Namespace handling, new DOM/DTM treewalker
Revision ChangesPath
No
sboag 01/06/04 06:49:37
Modified:java/src/org/apache/xml/dtm/ref/dom2dtm Tag: DTM_EXP
DOM2DTM.java
Log:
Added support for the normalize space arg on dispatchCharacters.
Revision ChangesPath
No revision
No
sboag 01/05/27 23:27:26
Modified:java/src/org/apache/xml/dtm/ref/dom2dtm Tag: DTM_EXP
DOM2DTM.java
Log:
Set dtm identity on node passed to m_wsfilter.getShouldStripSpace.
Revision ChangesPath
No revision
No
sboag 01/05/27 22:28:56
Modified:java/src/org/apache/xml/dtm/ref/dom2dtm Tag: DTM_EXP
DOM2DTM.java
Log:
Fixed ugly bug that I introduced when breaking up the original
array... I inverted a statement in nextNode.
Also, increment m_size in addNode.
In m
23 matches
Mail list logo