接口 Origin
-
- 所有超级接口:
Serializable
- 所有已知实现类:
OriginImpl
public interface Origin extends Serializable
Describes the origin of an xml document- 作者:
- Steve Ebersole
-
-
方法详细资料
-
getType
String getType()
Retrieve the type of origin. This is not a discrete set, but might be something likefilefor file protocol URLs, orresourcefor classpath resource lookups.- 返回:
- The origin type.
-
getName
String getName()
The name of the document origin. Interpretation is relative to the type, but might be the resource name or file URL.- 返回:
- The name.
-
-