JavaTM Platform
Standard Ed. 6

javax.xml.crypto.dsig.spec
클래스 XPathFilter2ParameterSpec

java.lang.Object 
  상위를 확장 javax.xml.crypto.dsig.spec.XPathFilter2ParameterSpec
모든 구현된 인터페이스:
AlgorithmParameterSpec , TransformParameterSpec


public final class XPathFilter2ParameterSpec
extends Object
implements TransformParameterSpec

W3C 권고 XPath Filter 2.0 Transform Algorithm 용의 파라미터. 이 파라미터에는, 1 개(살) 이상 XPathType 객체의 리스트가 포함됩니다.

도입된 버젼:
1.6
관련 항목:
Transform , XPathFilterParameterSpec

생성자 의 개요
XPathFilter2ParameterSpec (List  xPathList)
          XPathFilter2ParameterSpec 를 작성합니다.
 
메소드의 개요
 List getXPathList ()
          1 개이상 XPathType 객체의 리스트를 돌려줍니다.
 
클래스 java.lang. Object 로부터 상속된 메소드
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
 

생성자 의 상세

XPathFilter2ParameterSpec

public XPathFilter2ParameterSpec(List  xPathList)
XPathFilter2ParameterSpec 를 작성합니다.

파라미터:
xPathList - 1 개(살) 이상 XPathType 객체의 리스트. 이후의 변경으로부터 보호하기 위해서, 리스트는 복제됩니다.
예외:
ClassCastException - xPathListXPathType 가 아닌 엔트리가 포함되는 경우
IllegalArgumentException - xPathList 가 빈 상태(empty)의 경우
NullPointerException - xPathListnull 의 경우
메소드의 상세

getXPathList

public List  getXPathList()
1 개(살) 이상 XPathType 객체의 리스트를 돌려줍니다.  

이 구현은,변경 불가능한 리스트 를 돌려줍니다.

반환값:
XPathTypeList. null 또는 공문자열은 되지 않는다

JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.