| Package | Description |
|---|---|
| org.vesalainen.parsers.xml | |
| org.vesalainen.parsers.xml.attr |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AttType |
DTDParser.attType(AttType attType)
Deprecated.
[54] AttType ::= StringType | TokenizedType | EnumeratedType
|
protected abstract AttType |
DTDParser.enumeratedType(AttType attType)
Deprecated.
[57] EnumeratedType ::= NotationType | Enumeration
|
protected AttType |
DTDParser.enumeration(List<String> names)
Deprecated.
[59] Enumeration ::= '(' S? Nmtoken (S? '|' S? Nmtoken)* S? ')'
|
protected AttType |
DTDParser.notationType(List<String> names)
Deprecated.
[58] NotationType ::= 'NOTATION' S '(' S? Name (S? '|' S? Name)* S? ')'
|
protected AttType |
DTDParser.stringType()
Deprecated.
[55] StringType ::= 'CDATA'
|
protected abstract AttType |
DTDParser.tokenizedType(AttType attType)
Deprecated.
[56] TokenizedType ::= 'ID'
| 'IDREF'
| 'IDREFS'
| 'ENTITY'
| 'ENTITIES'
| 'NMTOKEN'
| 'NMTOKENS'
|
protected AttType |
DTDParser.tokenizedTypeEntities()
Deprecated.
|
protected AttType |
DTDParser.tokenizedTypeEntity()
Deprecated.
|
protected AttType |
DTDParser.tokenizedTypeId()
Deprecated.
|
protected AttType |
DTDParser.tokenizedTypeIdRef()
Deprecated.
|
protected AttType |
DTDParser.tokenizedTypeIdRefs()
Deprecated.
|
protected AttType |
DTDParser.tokenizedTypeNmToken()
Deprecated.
|
protected AttType |
DTDParser.tokenizedTypeNmTokens()
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 AttType |
DTDParser.attType(AttType attType)
Deprecated.
[54] AttType ::= StringType | TokenizedType | EnumeratedType
|
protected abstract AttType |
DTDParser.enumeratedType(AttType attType)
Deprecated.
[57] EnumeratedType ::= NotationType | Enumeration
|
protected abstract AttType |
DTDParser.tokenizedType(AttType attType)
Deprecated.
[56] TokenizedType ::= 'ID'
| 'IDREF'
| 'IDREFS'
| 'ENTITY'
| 'ENTITIES'
| 'NMTOKEN'
| 'NMTOKENS'
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AttType.EnumeratedType |
static class |
AttType.Enumeration |
static class |
AttType.NotationType |
static class |
AttType.StringType |
static class |
AttType.TokenizedType |
| Modifier and Type | Field and Description |
|---|---|
protected AttType |
AttDef.attType |
| Modifier and Type | Method and Description |
|---|---|
AttType |
AttDef.getAttType() |
| 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.