Searched defs:handleStartElement (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DStAXEventConnector.java115 handleStartElement(event.asStartElement());
230 private void handleStartElement(StartElement event) throws SAXException { method in class:StAXEventConnector
H A DFastInfosetConnector.java94 handleStartElement();
139 private void handleStartElement() throws SAXException { method in class:FastInfosetConnector
H A DStAXStreamConnector.java166 handleStartElement();
216 private void handleStartElement() throws SAXException { method in class:StAXStreamConnector
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/xml/
H A DXMLStreamReaderToXMLStreamWriter.java92 handleStartElement();
147 protected void handleStartElement() throws XMLStreamException { method in class:XMLStreamReaderToXMLStreamWriter
177 * Used from {@link #handleStartElement()}.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/
H A DXMLStreamReaderToContentHandler.java134 handleStartElement();
269 private void handleStartElement() throws XMLStreamException { method in class:XMLStreamReaderToContentHandler
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/
H A DWSDLPatcher.java143 protected void handleStartElement() throws XMLStreamException { method in class:WSDLPatcher
170 super.handleStartElement();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DStAXEvent2SAX.java196 handleStartElement(event.asStartElement());
353 private void handleStartElement(StartElement event) method in class:StAXEvent2SAX
H A DStAXStream2SAX.java162 handleStartElement();
312 private void handleStartElement() throws XMLStreamException { method in class:StAXStream2SAX
/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/
H A DDTDGrammarUtil.java158 handleStartElement(element, attributes);
445 protected void handleStartElement(QName element, XMLAttributes attributes) throws XNIException { method in class:DTDGrammarUtil
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLNamespaceBinder.java563 handleStartElement(element, attributes, augs, false);
585 handleStartElement(element, attributes, augs, true);
705 protected void handleStartElement(QName element, XMLAttributes attributes, method in class:XMLNamespaceBinder
858 } // handleStartElement(QName,XMLAttributes,boolean)
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDValidator.java742 handleStartElement(element, attributes, augs);
763 boolean removed = handleStartElement(element, attributes, augs);
1845 protected boolean handleStartElement(QName element, XMLAttributes attributes, Augmentations augs) method in class:XMLDTDValidator
1961 } // handleStartElement(QName,XMLAttributes)
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java749 Augmentations modifiedAugs = handleStartElement(element, attributes, augs);
769 Augmentations modifiedAugs = handleStartElement(element, attributes, augs);
1730 Augmentations handleStartElement(QName element, XMLAttributes attributes, Augmentations augs) { method in class:XMLSchemaValidator
1733 System.out.println("==>handleStartElement: " + element);
2088 } // handleStartElement(QName,XMLAttributes,boolean)

Completed in 90 milliseconds