OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ElemAttributeSet
(Results
1 - 6
of
6
) sorted by null
/libcore/luni/src/main/java/org/apache/xalan/processor/
ProcessorAttributeSet.java
25
import org.apache.xalan.templates.
ElemAttributeSet
;
65
ElemAttributeSet
eat = new
ElemAttributeSet
();
/libcore/luni/src/main/java/org/apache/xalan/templates/
ElemUse.java
34
* This acts as a superclass for ElemCopy,
ElemAttributeSet
,
162
ElemAttributeSet
attrSet =
163
(
ElemAttributeSet
) attrSets.get(k);
ElemAttributeSet.java
19
* $Id:
ElemAttributeSet
.java 468643 2006-10-28 06:56:03Z minchau $
42
public class
ElemAttributeSet
extends ElemUse
Stylesheet.java
858
* @param attrSet
ElemAttributeSet
to add to the list of attribute sets
860
public void setAttributeSet(
ElemAttributeSet
attrSet)
875
* @param i Index of
ElemAttributeSet
to get in list
877
* @return
ElemAttributeSet
at the given index
881
public
ElemAttributeSet
getAttributeSet(int i)
888
return (
ElemAttributeSet
) m_attributeSets.elementAt(i);
[
all
...]
StylesheetRoot.java
541
* Each entry is a vector of
ElemAttributeSet
objects.
551
void recomposeAttributeSets(
ElemAttributeSet
attrSet)
[
all
...]
/libcore/luni/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java
57
import org.apache.xalan.templates.
ElemAttributeSet
;
[
all
...]
Completed in 771 milliseconds