Searched refs:insertXMLSchemaElement (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/parser/
H A DXMLSchemaInternalizationLogic.java78 annotation = insertXMLSchemaElement( target, "annotation" );
84 appinfo = insertXMLSchemaElement( annotation, "appinfo" );
96 private Element insertXMLSchemaElement( Element parent, String localName ) { method in class:XMLSchemaInternalizationLogic
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DWSDLInternalizationLogic.java83 annotation = insertXMLSchemaElement( target, "annotation" );
89 appinfo = insertXMLSchemaElement( annotation, "appinfo" );
127 private Element insertXMLSchemaElement( Element parent, String localName ) { method in class:WSDLInternalizationLogic
H A DInternalizer.java572 annotation = insertXMLSchemaElement(target, "annotation");
578 appinfo = insertXMLSchemaElement(annotation, "appinfo");
598 private Element insertXMLSchemaElement(Element parent, String localName) { method in class:Internalizer

Completed in 28 milliseconds