Home
last modified time | relevance | path

Searched refs:XSLTElementDef (Results 1 – 7 of 7) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTSchema.java64 public class XSLTSchema extends XSLTElementDef
325 XSLTElementDef charData = new XSLTElementDef(this, null, "text()", in build()
330 charData.setType(XSLTElementDef.T_PCDATA); in build()
332 XSLTElementDef whiteSpaceOnly = new XSLTElementDef(this, null, "text()", in build()
338 charData.setType(XSLTElementDef.T_PCDATA); in build()
346 XSLTElementDef[] templateElements = new XSLTElementDef[23]; in build()
347 XSLTElementDef[] templateElementsAndParams = new XSLTElementDef[24]; in build()
348 XSLTElementDef[] templateElementsAndSort = new XSLTElementDef[24]; in build()
350 XSLTElementDef[] exsltFunctionElements = new XSLTElementDef[24]; in build()
352 XSLTElementDef[] charTemplateElements = new XSLTElementDef[15]; in build()
[all …]
DXSLTElementDef.java35 public class XSLTElementDef class
42 XSLTElementDef(){} in XSLTElementDef() method in XSLTElementDef
55 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, in XSLTElementDef() method in XSLTElementDef
56 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef()
84 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, in XSLTElementDef() method in XSLTElementDef
85 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef()
116 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, in XSLTElementDef() method in XSLTElementDef
117 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef()
142 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, in XSLTElementDef() method in XSLTElementDef
143 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef()
[all …]
DXSLTElementProcessor.java57 private XSLTElementDef m_elemDef;
64 XSLTElementDef getElemDef() in getElemDef()
74 void setElemDef(XSLTElementDef def) in setElemDef()
291 XSLTElementDef def = getElemDef(); in setPropertiesFromAttributes()
DProcessorTemplateElem.java57 XSLTElementDef def = getElemDef(); in startElement()
DProcessorKey.java92 XSLTElementDef def = getElemDef(); in setPropertiesFromAttributes()
DStylesheetHandler.java371 XSLTElementDef def = currentProcessor.getElemDef(); in getProcessorFor()
690 XSLTElementDef def = elemProcessor.getElemDef(); in characters()
692 if (def.getType() != XSLTElementDef.T_PCDATA) in characters()
DProcessorLRE.java196 XSLTElementDef def = getElemDef(); in startElement()