OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XSLTAttributeDef
(Results
1 - 5
of
5
) sorted by null
/external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTSchema.java
82
XSLTAttributeDef
hrefAttr = new
XSLTAttributeDef
(null, "href",
83
XSLTAttributeDef
.T_URL, true, false,
XSLTAttributeDef
.ERROR);
86
XSLTAttributeDef
elementsAttr = new
XSLTAttributeDef
(null, "elements",
87
XSLTAttributeDef
.T_SIMPLEPATTERNLIST,
88
true, false,
XSLTAttributeDef
.ERROR);
90
//
XSLTAttributeDef
anyNamespacedAttr = new
XSLTAttributeDef
("*", "*",
[
all
...]
XSLTElementDef.java
56
XSLTElementDef[] elements,
XSLTAttributeDef
[] attributes,
85
XSLTElementDef[] elements,
XSLTAttributeDef
[] attributes,
117
XSLTElementDef[] elements,
XSLTAttributeDef
[] attributes,
143
XSLTElementDef[] elements,
XSLTAttributeDef
[] attributes,
172
XSLTElementDef[] elements,
XSLTAttributeDef
[] attributes,
200
XSLTElementDef[] elements,
XSLTAttributeDef
[] attributes,
225
XSLTElementDef[] elements,
XSLTAttributeDef
[] attributes,
264
XSLTElementDef[] elements,
XSLTAttributeDef
[] attributes,
555
private
XSLTAttributeDef
[] m_attributes;
562
XSLTAttributeDef
[] getAttributes(
[
all
...]
ProcessorKey.java
103
XSLTAttributeDef
attrDef = def.getAttributeDef(attrUri, attrLocalName);
130
XSLTAttributeDef
[] attrDefs = def.getAttributes();
135
XSLTAttributeDef
attrDef = attrDefs[i];
XSLTElementProcessor.java
319
XSLTAttributeDef
attrDef = def.getAttributeDef(attrUri, attrLocalName);
355
XSLTAttributeDef
[] attrDefs = def.getAttributes();
360
XSLTAttributeDef
attrDef = attrDefs[i];
XSLTAttributeDef.java
19
* $Id:
XSLTAttributeDef
.java 468640 2006-10-28 06:53:53Z minchau $
47
public class
XSLTAttributeDef
56
* Construct an instance of
XSLTAttributeDef
.
67
XSLTAttributeDef
(String namespace, String name, int type, boolean required, boolean supportsAVT, int errorType)
78
* Construct an instance of
XSLTAttributeDef
.
90
XSLTAttributeDef
(String namespace, String name, int type, boolean supportsAVT, int errorType, String defaultVal)
103
* Construct an instance of
XSLTAttributeDef
that uses two
117
XSLTAttributeDef
(String namespace, String name, boolean required, boolean supportsAVT,
134
* Construct an instance of
XSLTAttributeDef
that uses three
150
XSLTAttributeDef
(String namespace, String name, boolean required, boolean supportsAVT
[
all
...]
Completed in 59 milliseconds