| Package | Description |
|---|---|
| org.vesalainen.parsers.xml | |
| org.vesalainen.parsers.xml.attr |
| Modifier and Type | Method and Description |
|---|---|
protected abstract DefaultDecl |
DTDParser.defaultDecl(DefaultDecl defaultDecl)
Deprecated.
[60] DefaultDecl ::= '#REQUIRED' | '#IMPLIED'
| (('#FIXED' S)? AttValue)
|
protected DefaultDecl |
DTDParser.defaultDecl(String value)
Deprecated.
|
protected DefaultDecl |
DTDParser.defaultDeclFixed(String value)
Deprecated.
|
protected DefaultDecl |
DTDParser.defaultDeclImplied()
Deprecated.
|
protected DefaultDecl |
DTDParser.defaultDeclRequired()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected AttDef |
DTDParser.attDef(QName name,
AttType attType,
DefaultDecl defaultDecl)
Deprecated.
[53] AttDef ::= S Name S AttType S DefaultDecl
[21] AttDef ::= S (QName | NSAttName) S AttType S DefaultDecl
|
protected AttDef |
DTDParser.attDef(String name,
AttType attType,
DefaultDecl defaultDecl)
Deprecated.
|
protected abstract DefaultDecl |
DTDParser.defaultDecl(DefaultDecl defaultDecl)
Deprecated.
[60] DefaultDecl ::= '#REQUIRED' | '#IMPLIED'
| (('#FIXED' S)? AttValue)
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultDecl.DefaultValue |
| Modifier and Type | Field and Description |
|---|---|
protected DefaultDecl |
AttDef.defaultDecl |
static DefaultDecl |
DefaultDecl.IMPLIED |
static DefaultDecl |
DefaultDecl.REQUIRED |
| Modifier and Type | Method and Description |
|---|---|
DefaultDecl |
AttDef.getDefaultDecl() |
| Constructor and Description |
|---|
AttDef(AttType attType,
DefaultDecl defaultDecl) |
NormalAttDef(QName qName,
AttType attType,
DefaultDecl defaultDecl) |
NSAttDef(String name,
AttType attType,
DefaultDecl defaultDecl) |
Copyright © 2014. All rights reserved.