Home
last modified time | relevance | path

Searched refs:XSLTAttributeDef (Results 1 – 5 of 5) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTSchema.java82 XSLTAttributeDef hrefAttr = new XSLTAttributeDef(null, "href", in build()
83 XSLTAttributeDef.T_URL, true, false,XSLTAttributeDef.ERROR); in build()
86 XSLTAttributeDef elementsAttr = new XSLTAttributeDef(null, "elements", in build()
87 XSLTAttributeDef.T_SIMPLEPATTERNLIST, in build()
88 true, false, XSLTAttributeDef.ERROR); in build()
94 XSLTAttributeDef methodAttr = new XSLTAttributeDef(null, "method", in build()
95 XSLTAttributeDef.T_QNAME, false, false,XSLTAttributeDef.ERROR); in build()
96 XSLTAttributeDef versionAttr = new XSLTAttributeDef(null, "version", in build()
97XSLTAttributeDef.T_NMTOKEN, false, false,XSLTAttributeDef.ERROR); in build()
98 XSLTAttributeDef encodingAttr = new XSLTAttributeDef(null, "encoding", in build()
[all …]
DXSLTElementDef.java56 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef()
85 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef()
117 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef()
143 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef()
172 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef()
200 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef()
225 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef()
264 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in build()
555 private XSLTAttributeDef[] m_attributes;
562 XSLTAttributeDef[] getAttributes() in getAttributes()
[all …]
DProcessorKey.java103 XSLTAttributeDef attrDef = def.getAttributeDef(attrUri, attrLocalName); in setPropertiesFromAttributes()
130 XSLTAttributeDef[] attrDefs = def.getAttributes(); in setPropertiesFromAttributes()
135 XSLTAttributeDef attrDef = attrDefs[i]; in setPropertiesFromAttributes()
DXSLTElementProcessor.java319 XSLTAttributeDef attrDef = def.getAttributeDef(attrUri, attrLocalName); in setPropertiesFromAttributes()
369 XSLTAttributeDef[] attrDefs = def.getAttributes(); in setPropertiesFromAttributes()
374 XSLTAttributeDef attrDef = attrDefs[i]; in setPropertiesFromAttributes()
DXSLTAttributeDef.java47 public class XSLTAttributeDef class
67XSLTAttributeDef(String namespace, String name, int type, boolean required, boolean supportsAVT, i… in XSLTAttributeDef() method in XSLTAttributeDef
90XSLTAttributeDef(String namespace, String name, int type, boolean supportsAVT, int errorType, Stri… in XSLTAttributeDef() method in XSLTAttributeDef
117 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, in XSLTAttributeDef() method in XSLTAttributeDef
150 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, in XSLTAttributeDef() method in XSLTAttributeDef
185 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, in XSLTAttributeDef() method in XSLTAttributeDef
274 static final XSLTAttributeDef m_foreignAttr = new XSLTAttributeDef("*", "*",
275 XSLTAttributeDef.T_CDATA,false, false, WARNING);