public interface TemplatesHandler extends ContentHandler
注意,templateshandler不需要实现LexicalHandler。
Modifier and Type | Method and Description |
---|---|
String |
getSystemId()
让基地ID(URI或系统ID),相对URL会解决的。
|
Templates |
getTemplates()
当TemplatesHandler的对象是用于解析变换指令ContentHandler,它创建一个模板对象,这人可获得一次SAX事件已经完成。
|
void |
setSystemId(String systemID)
设置基础的ID(URI或系统ID)为模板,通过这个Builder创建对象。
|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
Templates getTemplates()
void setSystemId(String systemID)
systemID
-此样式表的基URI。
String getSystemId()
setSystemId(java.lang.String)
。
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.