Class Namespace
네임스페이스
XML 네임스페이스의 표현입니다.
자세한 문서
getPrefix()
네임스페이스의 접두사를 가져옵니다.
리턴
String
- 네임스페이스의 프리픽스
getURI()
네임스페이스의 URI를 가져옵니다.
리턴
String
- 네임스페이스의 URI
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2023-12-01(UTC)
[null,null,["최종 업데이트: 2023-12-01(UTC)"],[[["Represents an XML namespace and provides methods for interacting with it."],["Includes methods to retrieve the prefix (`getPrefix()`) and URI (`getURI()`) associated with the namespace."],["Both `getPrefix()` and `getURI()` methods return string values representing the respective namespace components."]]],[]]