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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DXMLSerializer.java308 public void leafElement( Name tagName, String data, String fieldName ) throws SAXException, IOException, XMLStreamException { method in class:XMLSerializer
328 public void leafElement( Name tagName, Pcdata data, String fieldName ) throws SAXException, IOException, XMLStreamException { method in class:XMLSerializer
348 public void leafElement( Name tagName, int data, String fieldName ) throws SAXException, IOException, XMLStreamException { method in class:XMLSerializer
350 leafElement(tagName,intData,fieldName);
354 // void leafElement( QName tagName, byte value, String fieldName ) throws SAXException;
355 // void leafElement( QName tagName, char value, String fieldName ) throws SAXException;
356 // void leafElement( QName tagName, short value, String fieldName ) throws SAXException;
357 // void leafElement( QName tagName, int value, String fieldName ) throws SAXException;
358 // void leafElement( QName tagName, long value, String fieldName ) throws SAXException;
359 // void leafElement( QNam
[all...]

Completed in 31 milliseconds