软件包 | 描述 |
---|---|
javax.xml.bind.helpers |
只有使用JAXB提供商:一些的
javax.xml.bind接口提供了部分的默认实现。
|
org.xml.sax |
这个包提供了核心的SAX。
|
org.xml.sax.ext |
此包包含接口SAX2设施符合SAX的司机不一定支持。
|
org.xml.sax.helpers |
这包含有“助手”类,包括引导SAX应用支持。
|
Constructor and Description |
---|
ValidationEventLocatorImpl(Locator loc)
构建了从org.xml.sax.locator对象。
|
Modifier and Type | Method and Description |
---|---|
void |
HandlerBase.setDocumentLocator(Locator locator)
过时的。
接收文档事件的定位对象。
|
void |
ContentHandler.setDocumentLocator(Locator locator)
接收对象定位SAX文档事件的起源。
|
void |
DocumentHandler.setDocumentLocator(Locator locator)
过时的。
接收对象定位SAX文档事件的起源。
|
Constructor and Description |
---|
SAXParseException(String message, Locator locator)
创建消息和定位一个新的saxparseexception。
|
SAXParseException(String message, Locator locator, 异常 e)
包在一个saxparseexception现有的例外情况。
|
Modifier and Type | Interface and Description |
---|---|
interface |
Locator2
SAX2扩展增强实体提供的信息虽然
Locator 。
|
Modifier and Type | Class and Description |
---|---|
class |
Locator2Impl
SAX2扩展帮手持有额外的实体信息,实施
Locator2 接口。
|
Constructor and Description |
---|
Locator2Impl(Locator locator)
复制一个现有的定位或locator2对象。
|
Modifier and Type | Class and Description |
---|---|
class |
LocatorImpl
提供一个可选的方便实现定位器。
|
Modifier and Type | Method and Description |
---|---|
void |
ParserAdapter.setDocumentLocator(Locator locator)
适配器实现方法;不要调用。
|
void |
XMLFilterImpl.setDocumentLocator(Locator locator)
过滤一个新的文档定位事件。
|
void |
DefaultHandler.setDocumentLocator(Locator locator)
接收文档事件的定位对象。
|
void |
XMLReaderAdapter.setDocumentLocator(Locator locator)
设置文档定位器。
|
Constructor and Description |
---|
LocatorImpl(Locator locator)
复制构造函数。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.