HomeSort by relevance Sort by last modified time
    Searched refs:getBaseURI (Results 1 - 25 of 38) sorted by null

1 2

  /libcore/luni/src/test/java/libcore/xml/
NodeTest.java 52 assertFileUriEquals(file, document.getBaseURI());
58 assertFileUriEquals(file, node.getBaseURI());
60 assertNull("Unexpected base URI for " + node, node.getBaseURI());
DomTest.java     [all...]
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSInput.java 173 public String getBaseURI();
  /libcore/luni/src/main/java/org/w3c/dom/
Node.java 582 public String getBaseURI();
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodegetbaseuri01.js 78 Call Node.getBaseURI() on a test document. Should be not-null and same as Document.getDocumentURI().
nodegetbaseuri05.js 78 Using getBaseURI check if the baseURI attribute of this DocumentElement is http://www.w3.org/DOM/L3Test.
nodegetbaseuri15.js 78 Node.getBaseURI for an Attr is null.
nodegetbaseuri17.js 78 Node.getBaseURI for an text node is null.
nodegetbaseuri18.js 78 Node.getBaseURI for an comment node is null.
nodegetbaseuri02.js 78 Using getBaseURI check if the baseURI attribute of a new Document node is null
nodegetbaseuri06.js 79 the Document Entity which I assume is not null, using getBaseURI check if the baseURI
nodegetbaseuri10.js 78 Append as a child of this documentElement a new Processing Instruction. Using getBaseURI
nodegetbaseuri11.js 78 Import a new Processing Instruction of a new Document after the document element. Using getBaseURI
nodegetbaseuri12.js 78 Using getBaseURI verify if the entity epsilon is absolute
nodegetbaseuri13.js 78 Using getBaseURI verify if the notation defined in an internal subset
nodegetbaseuri14.js 78 Using getBaseURI verify if the imported notation notation2 is null.
nodegetbaseuri16.js 79 Node.getBaseURI for an EntityReference to should be the baseURI where the entity declaration occurs.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 287 if (getBaseURI() == null) {
288 if (((NodeImpl) arg).getBaseURI() != null) {
292 else if (!getBaseURI().equals(((NodeImpl) arg).getBaseURI())) {
675 public String getBaseURI() {
  /packages/apps/Mms/src/com/android/mms/dom/
NodeImpl.java 225 public String getBaseURI() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockXmlNode.java 228 public String getBaseURI() {
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NodeImpl.java 308 public final String getBaseURI() {
371 return parentNode != null ? parentNode.getBaseURI() : null;
  /prebuilts/tools/common/m2/internal/xom/xom/1.0/
xom-1.0.jar 
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
DocumentBuilderTest.java 227 assertTrue(d.getDocumentElement().getBaseURI().startsWith("file://"));
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java     [all...]

Completed in 1134 milliseconds

1 2