📄 ozonenamespacecache.java
字号:
// You can redistribute this software and/or modify it under the terms of// the Ozone Library License version 1 published by ozone-db.org.//// This file is// Copyright (C) 2003-@year@ Per Nyfelt. All rights reserved.//package org.ozoneDB.xml.dom4j;import org.dom4j.Namespace;import org.ozoneDB.OzoneRemote;/** * @author Per Nyfelt */public interface OzoneNamespaceCache extends OzoneRemote { Namespace get(String prefix, String uri); Namespace get(String uri); Namespace getXmlNamespace(); Namespace getNoNamespace();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -