Java in a Nutshell, 5th Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Java in a Nutshell, 5th Edition [Electronic resources] - نسخه متنی

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید


Locator2org.xml.sax.ext

Java 5.0

This interface
defines an extension to the core Locator
interface. If the implementation supports it, then the
Locator object passed to
ContentHandler.setDocumentLocator( ) will
implement this interface. You can also test for support by querying
the feature named
"http://xml.org/sax/features/use-locator2".


Figure 22-11. org.xml.sax.ext.Locator2

public interface

Locator2 extends org.xml.sax.Locator {
// Public Instance Methods
String

getEncoding ( );
String

getXMLVersion ( );
}


Implementations


Locator2Impl


    / 1191