|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
java.lang.Objectjavax.xml.crypto.dsig.spec.XPathFilter2ParameterSpec
public final class XPathFilter2ParameterSpec
W3C 권고 XPath Filter 2.0 Transform Algorithm 용의 파라미터. 이 파라미터에는, 1 개(살) 이상 XPathType 객체의 리스트가 포함됩니다.
Transform ,
XPathFilterParameterSpec | 생성자 의 개요 | |
|---|---|
XPathFilter2ParameterSpec (List xPathList)
XPathFilter2ParameterSpec 를 작성합니다. |
|
| 메소드의 개요 | |
|---|---|
List |
getXPathList ()
1 개이상 XPathType 객체의 리스트를 돌려줍니다. |
| 클래스 java.lang. Object 로부터 상속된 메소드 |
|---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
| 생성자 의 상세 |
|---|
public XPathFilter2ParameterSpec(List xPathList)
XPathFilter2ParameterSpec 를 작성합니다.
xPathList - 1 개(살) 이상 XPathType 객체의 리스트. 이후의 변경으로부터 보호하기 위해서,
리스트는 복제됩니다.
ClassCastException - xPathList 에
XPathType 가 아닌 엔트리가 포함되는 경우
IllegalArgumentException - xPathList 가 빈 상태(empty)의 경우
NullPointerException - xPathList 가
null 의 경우| 메소드의 상세 |
|---|
public List getXPathList()
XPathType 객체의 리스트를 돌려줍니다.
이 구현은,변경 불가능한 리스트 를 돌려줍니다.
XPathType 의 List.
null 또는 공문자열은 되지 않는다
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.