📄 domurireference.java
字号:
/* * Copyright 2006 Sun Microsystems, Inc. All rights reserved. *//* * $Id: DOMURIReference.java,v 1.5 2005/05/09 18:33:26 mullan Exp $ */package javax.xml.crypto.dom;import javax.xml.crypto.URIReference;import org.w3c.dom.Node;/** * A DOM-specific {@link URIReference}. The purpose of this class is to * provide additional context necessary for resolving XPointer URIs or * same-document references. * * @author Sean Mullan * @author JSR 105 Expert Group * @since 1.6 */public interface DOMURIReference extends URIReference { /** * Returns the here node. * * @return the attribute or processing instruction node or the * parent element of the text node that directly contains the URI */ Node getHere();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -