OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SAX2DTM
(Results
1 - 6
of
6
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMManagerDefault.java
37
import org.apache.xml.dtm.ref.
sax2dtm
.
SAX2DTM
;
38
import org.apache.xml.dtm.ref.
sax2dtm
.SAX2RTFDTM;
274
SAX2DTM
dtm;
317
// Create the basic
SAX2DTM
.
319
dtm = new
SAX2DTM
(this, source, documentID, whiteSpaceFilter,
723
if (dtm instanceof
SAX2DTM
)
725
((
SAX2DTM
) dtm).clearCoRoutine();
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerHandlerImpl.java
34
import org.apache.xml.dtm.ref.
sax2dtm
.
SAX2DTM
;
129
if(m_dtm instanceof
SAX2DTM
)
135
SAX2DTM
sax2dtm
= ((
SAX2DTM
)m_dtm);
local
145
sax2dtm
.clearCoRoutine(true);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2RTFDTM.java
21
package org.apache.xml.dtm.ref.
sax2dtm
;
36
* This is a subclass of
SAX2DTM
which has been modified to meet the needs of
50
* internals of the
SAX2DTM
superclass, and must be maintained in
60
*
SAX2DTM
. Consider that as a future code-size optimization.
62
public class SAX2RTFDTM extends
SAX2DTM
216
* into the main
SAX2DTM
so we don't have to expose so many fields
240
* into the main
SAX2DTM
so we don't have to expose so many fields
293
// Values from
SAX2DTM
347
// Values from
SAX2DTM
- m_data always has a reserved entry
SAX2DTM.java
19
* $Id:
SAX2DTM
.java 468653 2006-10-28 07:07:05Z minchau $
21
package org.apache.xml.dtm.ref.
sax2dtm
;
48
public class
SAX2DTM
extends DTMDefaultBaseIterators
207
* Construct a
SAX2DTM
object using the default block size.
218
public
SAX2DTM
(DTMManager mgr, Source source, int dtmIdentity,
229
* Construct a
SAX2DTM
object ready to be constructed from SAX2
244
public
SAX2DTM
(DTMManager mgr, Source source, int dtmIdentity,
[
all
...]
SAX2DTM2.java
21
package org.apache.xml.dtm.ref.
sax2dtm
;
39
* SAX2DTM2 is an optimized version of
SAX2DTM
which is used in non-incremental situation.
40
* It is used as the super class of the XSLTC SAXImpl. Many of the interfaces in
SAX2DTM
52
*
SAX2DTM
model, please extend from
SAX2DTM
instead of this class.
56
* boost if we use SAX2DTM2 instead of
SAX2DTM
in non-incremental case.
61
public class SAX2DTM2 extends
SAX2DTM
[
all
...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
TransformerFactoryImpl.java
54
import org.apache.xml.dtm.ref.
sax2dtm
.
SAX2DTM
;
551
// This gets used during
SAX2DTM
instantiation.
Completed in 404 milliseconds