@Override
@Nullable
public LSInput mainResolveResource (@Nullable final String sType,
@Nullable final String sNamespaceURI,
@Nullable final String sPublicId,
@Nullable final String sSystemId,
@Nullable final String sBaseURI)
{
if (DEBUG_RESOLVE)
s_aLogger.info ("mainResolveResource (" +
sType +
", " +
sNamespaceURI +
", " +
sPublicId +
", " +
sSystemId +
", " +
sBaseURI +
")");
final LSResourceData aData = new LSResourceData (sType, sNamespaceURI, sPublicId, sSystemId, sBaseURI);
m_aRWLock.writeLocked ( () -> m_aList.add (aData));
return null;
}
CollectingLSResourceResolver.java 文件源码
java
阅读 22
收藏 0
点赞 0
评论 0
项目:ph-commons
作者:
评论列表
文章目录