Searched refs:AVT (Results 1 - 13 of 13) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemSort.java102 private AVT m_lang_avt = null;
112 public void setLang(AVT v)
125 public AVT getLang()
135 private AVT m_dataType_avt = null;
169 public void setDataType(AVT v)
206 public AVT getDataType()
216 private AVT m_order_avt = null;
226 public void setOrder(AVT v)
239 public AVT getOrder()
249 private AVT m_caseorder_av
[all...]
H A DXSLTVisitor.java109 public boolean visitAVT(AVT elem)
H A DElemLiteralResult.java109 AVT avt = (AVT) m_avts.get(i);
130 * @param avt literal result attribute to add (AVT only)
132 public void addLiteralResultAttribute(AVT avt)
166 public void setXmlSpace(AVT avt)
179 // else maybe it's a real AVT, so we can't resolve it at this time.
188 * @return literal result attribute (AVT)
190 public AVT getLiteralResultAttributeNS(String namespaceURI, String localName)
199 AVT avt = (AVT) m_avt
[all...]
H A DElemElement.java57 protected AVT m_name_avt = null;
67 public void setName(AVT v)
80 public AVT getName()
92 protected AVT m_namespace_avt = null;
103 public void setNamespace(AVT v)
117 public AVT getNamespace()
215 // Only validate if an AVT was used.
H A DElemPI.java53 private AVT m_name_atv = null;
61 public void setName(AVT v)
72 public AVT getName()
H A DElemNumber.java311 private AVT m_format_avt = null;
321 public void setFormat(AVT v)
334 public AVT getFormat()
344 private AVT m_lang_avt = null;
357 public void setLang(AVT v)
373 public AVT getLang()
383 private AVT m_lettervalue_avt = null;
393 public void setLetterValue(AVT v)
406 public AVT getLetterValue()
417 private AVT m_groupingSeparator_av
[all...]
H A DElemAttribute.java263 * @see ElemElement#setName(AVT)
265 public void setName(AVT v) {
H A DAVT.java19 * $Id: AVT.java 469221 2006-10-30 18:26:44Z minchau $
40 public class AVT implements java.io.Serializable, XSLTVisitable class in inherits:java.io.Serializable,XSLTVisitable
58 * If the AVT is not complex, just hold the simple string.
64 * If the AVT is complex, hold a Vector of AVTParts.
150 * Construct an AVT by parsing the string, and either
152 * on to the string if the AVT is simple.
162 public AVT(StylesheetHandler handler, String uri, String name, method in class:AVT
441 * Get the AVT as the original string.
443 * @return The AVT as the original string
476 * Evaluate the AVT an
[all...]
H A DElemExtensionCall.java288 AVT avt = getLiteralResultAttribute(rawName);
/external/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp83 EVT AVT; local
95 AVT = MVT::i16;
100 AVT = MVT::i32;
105 AVT = MVT::i64;
111 AVT = MVT::i8;
117 if (AVT.bitsGT(MVT::i8)) {
118 unsigned UBytes = AVT.getSizeInBits() / 8;
123 Chain = DAG.getCopyToReg(Chain, dl, ValReg, DAG.getConstant(Val, AVT),
127 AVT = MVT::i8;
143 SDValue Ops[] = { Chain, DAG.getValueType(AVT), InFla
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTAttributeDef.java32 import org.apache.xalan.templates.AVT;
64 * @param supportsAVT true if this attribute supports AVT's.
86 * @param supportsAVT true if this attribute supports AVT's.
109 * @param supportsAVT true if this attribute supports AVT's.
140 * @param supportsAVT true if this attribute supports AVT's.
174 * @param supportsAVT true if this attribute supports AVT's.
261 // Used for QName attributes that are always AVT. Prefix isn't resolved.
402 * If true, this is attribute supports AVT's.
407 * Get whether or not this attribute supports AVT's.
409 * @return true if this attribute supports AVT'
[all...]
/external/libxslt/libxslt/
H A Dattrvt.c120 * @avt: pointer to an list of AVT structures
185 "node when compiling an AVT.\n", attr->name);
195 "Found AVT %s: %s\n", attr->name, str);
200 "AVT %s: already compiled\n", attr->name);
205 * Create a new AVT object.
229 if (*(cur+1) == '}') { /* skip empty AVT */
260 "Attribute '%s': The AVT has an unmatched '{'.\n",
280 "'%s' in the AVT.\n", attr->name, expr);
307 "Attribute '%s': The AVT has an unmatched '}'.\n",
334 * for this AVT ma
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java55 import org.apache.xalan.templates.AVT;
2352 AVT caseOrder = sort.getCaseOrder();

Completed in 134 milliseconds