Searched refs:owner (Results 1 - 25 of 693) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas20 submitted for inclusion in this work to the copyright owner or licensor
H A DAntlr.Runtime.Tools.pas19 submitted for inclusion in this work to the copyright owner or licensor
H A DAntlr.Runtime.Tree.pas20 submitted for inclusion in this work to the copyright owner or licensor
H A DAntlr.Runtime.pas20 submitted for inclusion in this work to the copyright owner or licensor
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtask.rb427 def initialize( owner, path )
428 @owner = owner
440 @owner.#{ attr }
446 @owner.delegate_files( "#{ @name }_#{ suffix }" )
451 targets.concat( @owner.delegate_files( @name ) )
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
H A DExpressionVisitor.java57 * @param owner The current XPath object that owns the expression.
62 public boolean visitFunction(ExpressionOwner owner, Function func) argument
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTAttributeDef.java514 ElemTemplateElement owner)
520 AVT avt = new AVT(handler, uri, name, rawName, value, owner);
545 String rawName, String value, ElemTemplateElement owner)
551 AVT avt = new AVT(handler, uri, name, rawName, value, owner);
578 StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner)
584 AVT avt = new AVT(handler, uri, name, rawName, value, owner);
617 * @param owner
623 String rawName, String value, ElemTemplateElement owner)
631 avt = new AVT(handler, uri, name, rawName, value, owner);
666 * @param owner
512 processAVT( StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
544 processCDATA(StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
577 processCHAR( StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
622 processENUM(StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
672 processENUM_OR_PQNAME(StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
755 processEXPR( StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
787 processNMTOKEN(StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
833 processPATTERN( StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
868 processNUMBER( StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
930 processQNAME( StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
969 processAVT_QNAME( StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
1030 processNCNAME( StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
1158 processSIMPLEPATTERNLIST( StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
1308 processURL( StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
1381 processValue( StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DAVT.java164 ElemTemplateElement owner)
309 handler.createXPath(exprBuffer.toString(), owner);
162 AVT(StylesheetHandler handler, String uri, String name, String rawName, String stringedValue, ElemTemplateElement owner) argument
H A DAbsPathChecker.java55 * @param owner The owner of the expression, to which the expression can
60 public boolean visitFunction(ExpressionOwner owner, Function func) argument
70 * @param owner The owner of the expression, to which the expression can
75 public boolean visitVariableRef(ExpressionOwner owner, Variable var) argument
H A DRedundentExprEliminator.java116 * @param psuedoVarRecipient The owner of the subtree from where the
128 ExpressionOwner owner = (ExpressionOwner) paths.elementAt(i);
129 if (null != owner)
131 int found = findAndEliminateRedundant(i + 1, i, owner, psuedoVarRecipient, paths);
245 ExpressionOwner owner = matchedPaths.m_exprOwner;
246 WalkingIterator iter = (WalkingIterator)owner.getExpression();
253 owner.setExpression(newIter2);
349 // as the expression owner... i.e. the var decl has to go above the expression owner.
591 * @param firstOccuranceOwner The owner o
785 changeToVarRef(QName varName, ExpressionOwner owner, Vector paths, ElemTemplateElement psuedoVarRecipient) argument
1075 visitLocationPath(ExpressionOwner owner, LocPathIterator path) argument
1122 visitPredicate(ExpressionOwner owner, Expression pred) argument
1268 validateNewAddition(Vector paths, ExpressionOwner owner, LocPathIterator path) argument
[all...]
H A DVarNameCollector.java68 * @param owner The owner of the expression, to which the expression can
73 public boolean visitVariableRef(ExpressionOwner owner, Variable var) argument
/external/apache-xml/src/main/java/org/apache/xpath/
H A DSourceTreeManager.java86 * @param owner Document that was previously processed by this liaison.
88 * @return The base URI of the owner argument.
90 public String findURIFromDoc(int owner) argument
98 if (owner == sTree.m_root)
H A DXPath.java603 * @param owner The owner of the visitor, where that path may be
607 public void callVisitors(ExpressionOwner owner, XPathVisitor visitor) argument
H A DXPathContext.java332 * @param owner Value that can be retrieved via the getOwnerObject() method.
335 public XPathContext(Object owner) argument
337 this(owner, true);
342 * @param owner Value that can be retrieved via the getOwnerObject() method.
348 public XPathContext(Object owner, boolean recursiveVarContext) { argument
350 m_owner = owner;
447 /** The owner context of this XPathContext. In the case of XSLT, this will be a
452 /** The owner context of this XPathContext. In the case of XSLT, this will be a
458 * Get the "owner" context of this context, which should be,
461 * @return The owner objec
[all...]
H A DXPathException.java98 ExpressionNode owner = getExpressionOwner(ex);
100 if (null != owner && owner instanceof org.w3c.dom.Node)
102 return ((org.w3c.dom.Node)owner);
H A DXPathVisitable.java36 * @param owner The owner of the visitor, where that path may be
40 public void callVisitors(ExpressionOwner owner, XPathVisitor visitor); argument
H A DXPathVisitor.java43 * <code>boolean visitComponentType(ExpressionOwner owner, ComponentType compType)</code>.
44 * The ExpressionOwner argument is the owner of the component, and can
55 * @param owner The owner of the expression, to which the expression can
60 public boolean visitLocationPath(ExpressionOwner owner, LocPathIterator path) argument
67 * @param owner The owner of the expression, to which the expression can
72 public boolean visitUnionPath(ExpressionOwner owner, UnionPathIterator path) argument
79 * @param owner The owner o
84 visitStep(ExpressionOwner owner, NodeTest step) argument
99 visitPredicate(ExpressionOwner owner, Expression pred) argument
111 visitBinaryOperation(ExpressionOwner owner, Operation op) argument
123 visitUnaryOperation(ExpressionOwner owner, UnaryOperation op) argument
135 visitVariableRef(ExpressionOwner owner, Variable var) argument
147 visitFunction(ExpressionOwner owner, Function func) argument
159 visitMatchPattern(ExpressionOwner owner, StepPattern pattern) argument
171 visitUnionPattern(ExpressionOwner owner, UnionPattern pattern) argument
183 visitStringLiteral(ExpressionOwner owner, XString str) argument
196 visitNumberLiteral(ExpressionOwner owner, XNumber num) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DAxesWalker.java516 * @param owner The owner of the visitor, where that path may be
520 public void callVisitors(ExpressionOwner owner, XPathVisitor visitor) argument
522 if(visitor.visitStep(owner, this))
H A DHasPositionalPredChecker.java59 * @param owner The owner of the expression, to which the expression can
64 public boolean visitFunction(ExpressionOwner owner, Function func) argument
74 // * @param owner The owner of the expression, to which the expression can
79 // public boolean visitVariableRef(ExpressionOwner owner, Variable var)
90 * @param owner The owner of the expression, to which the expression can
95 public boolean visitPredicate(ExpressionOwner owner, Expression pred) argument
113 pred.callVisitors(owner, thi
[all...]
H A DLocPathIterator.java920 public void callVisitors(ExpressionOwner owner, XPathVisitor visitor) argument
922 if(visitor.visitLocationPath(owner, this))
924 visitor.visitStep(owner, this);
H A DUnionPathIterator.java537 public void callVisitors(ExpressionOwner owner, XPathVisitor visitor) argument
539 if(visitor.visitUnionPath(owner, this))
H A DWalkingIterator.java302 public void callVisitors(ExpressionOwner owner, XPathVisitor visitor) argument
304 if(visitor.visitLocationPath(owner, this))
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFunction.java117 public void callVisitors(ExpressionOwner owner, XPathVisitor visitor) argument
119 if(visitor.visitFunction(owner, this))
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXNumber.java431 public void callVisitors(ExpressionOwner owner, XPathVisitor visitor) argument
433 visitor.visitNumberLiteral(owner, this);

Completed in 534 milliseconds

1234567891011>>