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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DSerializerFactoryImpl.java110 protected String getSupportedMethod() method in class:SerializerFactoryImpl
H A DSerializerFactory.java75 if ( _factories.containsKey( factory.getSupportedMethod() ) )
76 _factories.put( factory.getSupportedMethod(), factory );
92 method = factory.getSupportedMethod();
115 protected abstract String getSupportedMethod(); method in class:SerializerFactory

Completed in 28 milliseconds