Attributes2Impl 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
Attributes2Impl() |
비어 있는 새 Attributes2Impl 개체를 생성합니다. |
Attributes2Impl(IAttributes) |
기존 Attributes 또는 Attributes2 개체를 복사합니다. |
Attributes2Impl(IntPtr, JniHandleOwnership) |
JNI 개체의 관리되는 표현을 만들 때 사용되는 생성자입니다. 런타임에서 호출합니다. |
Attributes2Impl()
비어 있는 새 Attributes2Impl 개체를 생성합니다.
[Android.Runtime.Register(".ctor", "()V", "")]
public Attributes2Impl ();
- 특성
설명
비어 있는 새 Attributes2Impl 개체를 생성합니다.
에 대한 org.xml.sax.ext.Attributes2Impl.Attributes2Impl()
Java 설명서
이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.
적용 대상
Attributes2Impl(IAttributes)
기존 Attributes 또는 Attributes2 개체를 복사합니다.
[Android.Runtime.Register(".ctor", "(Lorg/xml/sax/Attributes;)V", "")]
public Attributes2Impl (Org.Xml.Sax.IAttributes? atts);
[<Android.Runtime.Register(".ctor", "(Lorg/xml/sax/Attributes;)V", "")>]
new Org.Xml.Sax.Ext.Attributes2Impl : Org.Xml.Sax.IAttributes -> Org.Xml.Sax.Ext.Attributes2Impl
매개 변수
- atts
- IAttributes
기존 Attributes 개체입니다.
- 특성
설명
기존 Attributes 또는 Attributes2 개체를 복사합니다. 개체가 Attributes2를 구현하는 경우 각 특성에 <>대해 em 지정</em> 및 <em>declared</em> 플래그의 값이 복사됩니다. 그렇지 않은 경우 플래그 값은 반대로 증거가 없는 한 DTD가 사용되지 않았다고 가정하도록 기본값으로 설정됩니다(예: CDATA 이외의 형식을 가진 특성,em>선언</em>이어야 함<).
이 생성자는 이벤트 내에서 org.xml.sax.ContentHandler#startElement startElement
특히 유용합니다.
에 대한 org.xml.sax.ext.Attributes2Impl.Attributes2Impl(org.xml.sax.Attributes)
Java 설명서
이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.
적용 대상
Attributes2Impl(IntPtr, JniHandleOwnership)
JNI 개체의 관리되는 표현을 만들 때 사용되는 생성자입니다. 런타임에서 호출합니다.
protected Attributes2Impl (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Xml.Sax.Ext.Attributes2Impl : nativeint * Android.Runtime.JniHandleOwnership -> Org.Xml.Sax.Ext.Attributes2Impl
매개 변수
- transfer
- JniHandleOwnership
JniHandleOwnership처리 방법을 나타내는 AjavaReference
설명
이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.