Home
last modified time | relevance | path

Searched defs:getSystemId (Results 1 – 12 of 12) sorted by relevance

/dalvik/libcore/xml/src/main/java/org/w3c/dom/
DNotation.java47 public String getSystemId(); in getSystemId() method
DEntity.java71 public String getSystemId(); in getSystemId() method
DDocumentType.java85 public String getSystemId(); in getSystemId() method
/dalvik/libcore/xml/src/main/java/org/xml/sax/
DLocator.java78 public abstract String getSystemId (); in getSystemId() method
DInputSource.java212 public String getSystemId () in getSystemId() method in InputSource
DSAXParseException.java199 public String getSystemId () in getSystemId() method in SAXParseException
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
DNotationImpl.java60 public String getSystemId() { in getSystemId() method in NotationImpl
DEntityImpl.java67 public String getSystemId() { in getSystemId() method in EntityImpl
DDocumentTypeImpl.java106 public String getSystemId() { in getSystemId() method in DocumentTypeImpl
/dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/
DLocatorImpl.java114 public String getSystemId () in getSystemId() method in LocatorImpl
/dalvik/libcore/xml/src/main/java/org/xmlpull/v1/sax2/
DDriver.java163 public String getSystemId() { return systemId; } in getSystemId() method in Driver
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/
DExpatParser.java664 public String getSystemId() { in getSystemId() method in ExpatParser.ExpatLocator