edu.stanford.smi.protegex.owl.repository.util
Class XMLBaseExtractor

java.lang.Object
  extended byedu.stanford.smi.protegex.owl.repository.util.XMLBaseExtractor

public class XMLBaseExtractor
extends Object

User: matthewhorridge
The University Of Manchester
Medical Informatics Group
Date: Sep 21, 2005

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm


Nested Class Summary
private  class XMLBaseExtractor.MyHandler
           
 
Field Summary
private  String defaultNamespace
           
private  InputStream is
           
private  String rootElementName
           
private  URI xmlBase
           
 
Constructor Summary
XMLBaseExtractor(InputStream is)
           
 
Method Summary
 String getDefaultNamespace()
           
 String getRootElementName()
           
 URI getXMLBase()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

is

private InputStream is

xmlBase

private URI xmlBase

rootElementName

private String rootElementName

defaultNamespace

private String defaultNamespace
Constructor Detail

XMLBaseExtractor

public XMLBaseExtractor(InputStream is)
Method Detail

getXMLBase

public URI getXMLBase()

getRootElementName

public String getRootElementName()

getDefaultNamespace

public String getDefaultNamespace()