Searched defs:handler (Results 1 - 25 of 732) 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/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DFileHandlerTest.java59 FileHandler handler; field in class:FileHandlerTest
73 handler = new FileHandler();
97 if (null != handler) {
98 handler.close();
169 assertEquals(handler.getEncoding(), "iso-8859-1");
170 assertTrue(handler.getFilter() instanceof MockFilter);
171 assertTrue(handler.getFormatter() instanceof MockFormatter);
172 assertEquals(handler.getLevel(), Level.FINE);
173 assertNotNull(handler.getErrorManager());
174 handler
[all...]
H A DLogManagerTest.java59 static Handler handler = null; field in class:LogManagerTest
77 handler = new MockHandler();
104 handler = null;
449 // // read properties don't affect handler
484 // read properties don't affect handler
650 // also close root's handler
658 // before add config property, root has two handler
991 handler = new MockHandler();
1000 root.addHandler(handler);
1012 root.removeHandler(handler);
[all...]
H A DMemoryHandlerTest.java58 MemoryHandler handler; field in class:MemoryHandlerTest
71 handler = new MemoryHandler();
102 Filter filter = handler.getFilter();
103 Formatter formatter = handler.getFormatter();
105 handler.close();
107 assertEquals(handler.getFilter(), filter);
108 assertEquals(handler.getFormatter(), formatter);
109 assertNull(handler.getEncoding());
110 assertNotNull(handler.getErrorManager());
111 assertEquals(handler
[all...]
H A DXMLFormatterTest.java40 MockHandler handler = null; field in class:XMLFormatterTest
47 handler = new MockHandler();
135 String result = formatter.getHead(handler);
136 assertNull(handler.getEncoding());
140 handler.setEncoding("ISO-8859-1");
144 result = formatter.getHead(handler);
152 handler.setEncoding(null);
153 result = formatter.getHead(handler);
154 assertNull(handler.getEncoding());
164 assertTrue(formatter.getTail(handler)
[all...]
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DRefQueueWorker.java48 * on to a handler for appropriate processing.
62 /** The handler for the references found. */
67 * The thread executing this handler.
77 * @param handler the handler to pass the references to
79 public RefQueueWorker(ReferenceQueue<?> queue, RefQueueHandler handler) { argument
83 if (handler == null) {
88 refHandler = handler;
/external/apache-http/src/org/apache/http/impl/cookie/
H A DAbstractCookieSpec.java58 * Stores attribute name -> attribute handler mappings
71 final String name, final CookieAttributeHandler handler) {
75 if (handler == null) {
76 throw new IllegalArgumentException("Attribute handler may not be null");
78 this.attribHandlerMap.put(name, handler);
82 * Finds an attribute handler {@link CookieAttributeHandler} for the
83 * given attribute. Returns <tt>null</tt> if no attribute handler is
87 * @return an attribute handler or <tt>null</tt>
94 * Gets attribute handler {@link CookieAttributeHandler} for the
98 * @throws IllegalStateException if handler no
70 registerAttribHandler( final String name, final CookieAttributeHandler handler) argument
[all...]
/external/apache-http/src/org/apache/http/protocol/
H A DHttpRequestHandlerRegistry.java64 public void register(final String pattern, final HttpRequestHandler handler) { argument
65 matcher.register(pattern, handler);
H A DUriPatternMatcher.java66 public void register(final String pattern, final Object handler) { argument
70 if (handler == null) {
73 this.handlerMap.put(pattern, handler);
102 Object handler = this.handlerMap.get(requestURI);
103 if (handler == null) {
113 handler = this.handlerMap.get(pattern);
119 return handler;
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorAttributeSet.java42 * @param handler The calling StylesheetHandler/TemplatesBuilder.
61 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
67 eat.setLocaterInfo(handler.getLocator());
70 eat.setPrefixes(handler.getNamespaceSupport());
77 eat.setDOMBackPointer(handler.getOriginatingNode());
78 setPropertiesFromAttributes(handler, rawName, attributes, eat);
79 handler.getStylesheet().setAttributeSet(eat);
81 // handler.pushElemTemplateElement(eat);
82 ElemTemplateElement parent = handler.getElemTemplateElement();
85 handler
60 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
99 endElement( StylesheetHandler handler, String uri, String localName, String rawName) argument
[all...]
H A DProcessorCharacters.java45 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
47 public void startNonText(StylesheetHandler handler) throws org.xml.sax.SAXException argument
49 if (this == handler.getCurrentProcessor())
51 handler.popProcessor();
59 || handler.isSpacePreserve())
64 elem.setLocaterInfo(handler.getLocator());
67 elem.setPrefixes(handler.getNamespaceSupport());
85 ElemTemplateElement parent = handler.getElemTemplateElement();
100 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
110 StylesheetHandler handler, cha
109 characters( StylesheetHandler handler, char ch[], int start, int length) argument
142 endElement( StylesheetHandler handler, String uri, String localName, String rawName) argument
[all...]
H A DProcessorDecimalFormat.java42 * @param handler The calling StylesheetHandler/TemplatesBuilder.
61 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
65 DecimalFormatProperties dfp = new DecimalFormatProperties(handler.nextUid());
67 dfp.setDOMBackPointer(handler.getOriginatingNode());
68 dfp.setLocaterInfo(handler.getLocator());
70 setPropertiesFromAttributes(handler, rawName, attributes, dfp);
71 handler.getStylesheet().setDecimalFormat(dfp);
73 handler.getStylesheet().appendChild(dfp);
60 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorExsltFuncResult.java46 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
51 super.startElement(handler, uri, localName, rawName, attributes);
52 ElemTemplateElement ancestor = handler.getElemTemplateElement().getParentElem();
60 handler.error(msg, new SAXException(msg));
67 handler.error(msg, new SAXException(msg));
45 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorExsltFunction.java62 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
67 if (!(handler.getElemTemplateElement() instanceof Stylesheet))
70 handler.error(msg, new SAXException(msg));
72 super.startElement(handler, uri, localName, rawName, attributes);
80 //String ns = handler.getNamespaceSupport().getURI(prefix);
87 handler.error(msg, new SAXException(msg));
95 StylesheetHandler handler, ElemTemplateElement elem)
99 super.appendAndPush(handler, elem);
100 //System.out.println("originating node " + handler.getOriginatingNode());
101 elem.setDOMBackPointer(handler
61 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
94 appendAndPush( StylesheetHandler handler, ElemTemplateElement elem) argument
108 endElement( StylesheetHandler handler, String uri, String localName, String rawName) argument
122 validate(ElemTemplateElement elem, StylesheetHandler handler) argument
[all...]
H A DProcessorGlobalParamDecl.java40 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
47 StylesheetHandler handler, ElemTemplateElement elem)
52 handler.pushElemTemplateElement(elem);
61 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
67 StylesheetHandler handler, String uri, String localName, String rawName)
71 ElemParam v = (ElemParam) handler.getElemTemplateElement();
73 handler.getStylesheet().appendChild(v);
74 handler.getStylesheet().setParam(v);
75 super.endElement(handler, uri, localName, rawName);
46 appendAndPush( StylesheetHandler handler, ElemTemplateElement elem) argument
66 endElement( StylesheetHandler handler, String uri, String localName, String rawName) argument
H A DProcessorGlobalVariableDecl.java40 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
47 StylesheetHandler handler, ElemTemplateElement elem)
52 handler.pushElemTemplateElement(elem);
61 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
67 StylesheetHandler handler, String uri, String localName, String rawName)
71 ElemVariable v = (ElemVariable) handler.getElemTemplateElement();
73 handler.getStylesheet().appendChild(v);
74 handler.getStylesheet().setVariable(v);
75 super.endElement(handler, uri, localName, rawName);
46 appendAndPush( StylesheetHandler handler, ElemTemplateElement elem) argument
66 endElement( StylesheetHandler handler, String uri, String localName, String rawName) argument
H A DProcessorInclude.java107 * @param handler The calling StylesheetHandler/TemplatesBuilder.
124 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
129 setPropertiesFromAttributes(handler, rawName, attributes, this);
135 Source sourceFromURIResolver = getSourceFromUriResolver(handler);
137 String hrefUrl = getBaseURIOfIncludedStylesheet(handler, sourceFromURIResolver);
139 if (handler.importStackContains(hrefUrl))
148 handler.pushImportURL(hrefUrl);
149 handler.pushImportSource(sourceFromURIResolver);
151 int savedStylesheetType = handler.getStylesheetType();
153 handler
123 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
189 parse( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
338 processSource(StylesheetHandler handler, Source source) argument
348 getSourceFromUriResolver(StylesheetHandler handler) argument
373 getBaseURIOfIncludedStylesheet(StylesheetHandler handler, Source s) argument
[all...]
H A DProcessorKey.java51 * @param handler The calling StylesheetHandler/TemplatesBuilder.
65 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
69 KeyDeclaration kd = new KeyDeclaration(handler.getStylesheet(), handler.nextUid());
71 kd.setDOMBackPointer(handler.getOriginatingNode());
72 kd.setLocaterInfo(handler.getLocator());
73 setPropertiesFromAttributes(handler, rawName, attributes, kd);
74 handler.getStylesheet().setKey(kd);
79 * @param handler The stylesheet's Content handler, neede
64 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
86 setPropertiesFromAttributes( StylesheetHandler handler, String rawName, Attributes attributes, org.apache.xalan.templates.ElemTemplateElement target) argument
[all...]
H A DProcessorLRE.java62 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
69 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
75 ElemTemplateElement p = handler.getElemTemplateElement();
83 XSLTElementProcessor lreProcessor = handler.popProcessor();
85 handler.getProcessorFor(Constants.S_XSLNAMESPACEURL, "stylesheet",
88 handler.pushProcessor(lreProcessor);
93 stylesheet = getStylesheetRoot(handler);
100 // stylesheet.setDOMBackPointer(handler.getOriginatingNode());
103 Locator locator = handler.getLocator();
112 stylesheet.setPrefixes(handler
68 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
319 getStylesheetRoot(StylesheetHandler handler) argument
338 endElement( StylesheetHandler handler, String uri, String localName, String rawName) argument
[all...]
H A DProcessorNamespaceAlias.java48 * @param handler The calling StylesheetHandler/TemplatesBuilder.
62 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
66 NamespaceAlias na = new NamespaceAlias(handler.nextUid());
68 setPropertiesFromAttributes(handler, rawName, attributes, na);
75 String stylesheetNS = handler.getNamespaceForPrefix(prefix);
82 resultNS = handler.getNamespaceForPrefix(prefix);
84 handler.error(XSLTErrorResources.ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX_FOR_DEFAULT, null, null);
88 resultNS = handler.getNamespaceForPrefix(prefix);
90 handler.error(XSLTErrorResources.ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX, new Object[] {prefix}, null);
94 handler
61 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
[all...]
H A DProcessorOutputElem.java170 * @param handler The calling StylesheetHandler/TemplatesBuilder.
186 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
192 m_outputProperties.setDOMBackPointer(handler.getOriginatingNode());
193 m_outputProperties.setLocaterInfo(handler.getLocator());
194 m_outputProperties.setUid(handler.nextUid());
195 setPropertiesFromAttributes(handler, rawName, attributes, this);
207 handler.getBaseIdentifier());
212 handler.error(te.getMessage(), te);
216 handler.getStylesheet().setOutput(m_outputProperties);
218 ElemTemplateElement parent = handler
185 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
[all...]
H A DProcessorPreserveSpace.java45 * @param handler The calling StylesheetHandler/TemplatesBuilder.
59 StylesheetHandler handler, String uri, String localName, String rawName,
63 Stylesheet thisSheet = handler.getStylesheet();
65 setPropertiesFromAttributes(handler, rawName, attributes, paths);
72 wsi.setUid(handler.nextUid());
58 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorStripSpace.java45 * @param handler The calling StylesheetHandler/TemplatesBuilder.
59 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
62 Stylesheet thisSheet = handler.getStylesheet();
64 setPropertiesFromAttributes(handler, rawName, attributes, paths);
71 wsi.setUid(handler.nextUid());
58 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorStylesheetElement.java46 * @param handler The calling StylesheetHandler/TemplatesBuilder.
60 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
64 super.startElement(handler, uri, localName, rawName, attributes);
67 int stylesheetType = handler.getStylesheetType();
74 stylesheet = getStylesheetRoot(handler);
83 Stylesheet parent = handler.getStylesheet();
101 stylesheet.setDOMBackPointer(handler.getOriginatingNode());
102 stylesheet.setLocaterInfo(handler.getLocator());
104 stylesheet.setPrefixes(handler.getNamespaceSupport());
105 handler
59 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
120 getStylesheetRoot(StylesheetHandler handler) argument
139 endElement( StylesheetHandler handler, String uri, String localName, String rawName) argument
[all...]
H A DProcessorTemplate.java38 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
45 StylesheetHandler handler, ElemTemplateElement elem)
49 super.appendAndPush(handler, elem);
50 elem.setDOMBackPointer(handler.getOriginatingNode());
51 handler.getStylesheet().setTemplate((ElemTemplate) elem);
44 appendAndPush( StylesheetHandler handler, ElemTemplateElement elem) argument

Completed in 4971 milliseconds

1234567891011>>