Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
javax.swing.text.html.parser | Provides the default HTML parser, along with support classes. |
Uses of DTD in javax.swing.text.html.parser |
---|
Modifier and Type | Field and Description |
---|---|
protected DTD |
Parser.dtd
|
Modifier and Type | Method and Description |
---|---|
protected static DTD |
ParserDelegator.createDTD(DTD dtd,
String name)
|
static DTD |
DTD.getDTD(String name)
Returns a DTD with the specified name . |
Modifier and Type | Method and Description |
---|---|
protected static DTD |
ParserDelegator.createDTD(DTD dtd,
String name)
|
static void |
DTD.putDTDHash(String name,
DTD dtd)
|
Constructor and Description |
---|
DocumentParser(DTD dtd)
|
Parser(DTD dtd)
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.