|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Name | |
---|---|
com.thaiopensource.relaxng.impl | |
nu.validator.relaxng.exceptions | |
nu.validator.spec | |
nu.validator.spec.html5 |
Uses of Name in com.thaiopensource.relaxng.impl |
---|
Fields in com.thaiopensource.relaxng.impl declared as Name | |
---|---|
private Name |
IdTypeMapBuilder.ScopedName.attributeName
|
private Name |
IdTypeMapBuilder.ElementNameClassVisitor.attributeName
|
private Name |
IdTypeMapBuilder.ScopedName.elementName
|
private Name |
StartTagOpenDerivFunction.name
|
private Name |
SimpleNameClass.name
|
private Name |
RestrictionViolationException.name
|
private Name |
FindElementFunction.name
|
private Name[] |
PatternValidator.stack
|
Methods in com.thaiopensource.relaxng.impl that return Name | |
---|---|
(package private) Name |
StartTagOpenDerivFunction.getName()
|
(package private) Name |
SimpleNameClass.getName()
|
(package private) Name |
RestrictionViolationException.getName()
|
private Name |
PatternValidator.peek()
|
private Name |
PatternValidator.pop()
|
Methods in com.thaiopensource.relaxng.impl with parameters of type Name | |
---|---|
private void |
IdTypeMapBuilder.IdTypeMapImpl.add(Name elementName,
Name attributeName,
int idType)
|
boolean |
SimpleNameClass.contains(Name name)
|
boolean |
NullNameClass.contains(Name name)
|
boolean |
NsNameExceptNameClass.contains(Name name)
|
boolean |
NsNameClass.contains(Name name)
|
boolean |
NameClass.contains(Name name)
|
boolean |
ErrorNameClass.contains(Name name)
|
boolean |
ChoiceNameClass.contains(Name name)
|
boolean |
AnyNameExceptNameClass.contains(Name name)
|
boolean |
AnyNameClass.contains(Name name)
|
int |
SimpleNameClass.containsSpecificity(Name name)
|
int |
NullNameClass.containsSpecificity(Name name)
|
int |
NsNameExceptNameClass.containsSpecificity(Name name)
|
int |
NsNameClass.containsSpecificity(Name name)
|
int |
NameClass.containsSpecificity(Name name)
|
int |
ErrorNameClass.containsSpecificity(Name name)
|
int |
ChoiceNameClass.containsSpecificity(Name name)
|
int |
AnyNameExceptNameClass.containsSpecificity(Name name)
|
int |
AnyNameClass.containsSpecificity(Name name)
|
private void |
IdTypeMapBuilder.error(String key,
Name arg1,
Name arg2,
Locator locator)
|
private Pattern |
PatternValidator.findElement(Name name)
|
static Pattern |
FindElementFunction.findElement(ValidatorPatternBuilder builder,
Name name,
Pattern start)
|
static String |
NameFormatter.format(Name name)
|
int |
IdTypeMapBuilder.IdTypeMapImpl.getIdType(Name elementName,
Name attributeName)
|
int |
IdTypeMap.getIdType(Name elementName,
Name attributeName)
|
private void |
OverlapDetector.probe(Name name)
|
private void |
PatternValidator.push(Name name)
|
(package private) PatternMemo |
PatternMemo.startAttributeDeriv(Name name)
|
private PatternMemo |
PatternMemo.startAttributeDeriv(Name name,
StartAttributeDerivFunction f)
|
(package private) PatternMemo |
PatternMemo.startTagOpenDeriv(Name name)
|
private PatternMemo |
PatternMemo.startTagOpenDeriv(Name name,
StartTagOpenDerivFunction f)
|
(package private) PatternMemo |
PatternMemo.startTagOpenRecoverDeriv(Name name)
|
private PatternMemo |
PatternMemo.startTagOpenRecoverDeriv(Name name,
StartTagOpenRecoverDerivFunction f)
|
void |
PatternDumper.DumpNameClassVisitor.visitName(Name name)
|
void |
OverlapDetector.visitName(Name name)
|
void |
NameClassVisitor.visitName(Name name)
|
void |
IdTypeMapBuilder.ElementNameClassVisitor.visitName(Name elementName)
|
void |
AttributeNameClassChecker.visitName(Name name)
|
Constructors in com.thaiopensource.relaxng.impl with parameters of type Name | |
---|---|
FindElementFunction(ValidatorPatternBuilder builder,
Name name)
|
|
IdTypeMapBuilder.ElementNameClassVisitor(Name attributeName,
Locator locator,
int idType)
|
|
IdTypeMapBuilder.ScopedName(Name elementName,
Name attributeName)
|
|
RestrictionViolationException(String messageId,
Name name)
|
|
SimpleNameClass(Name name)
|
|
StartAttributeDerivFunction(Name name,
ValidatorPatternBuilder builder)
|
|
StartTagOpenDerivFunction(Name name,
ValidatorPatternBuilder builder)
|
|
StartTagOpenRecoverDerivFunction(Name name,
ValidatorPatternBuilder builder)
|
Uses of Name in nu.validator.relaxng.exceptions |
---|
Fields in nu.validator.relaxng.exceptions declared as Name | |
---|---|
private Name |
ImpossibleAttributeIgnoredException.attributeName
|
private Name |
BadAttributeValueException.attributeName
|
private Name |
AbstractValidationException.currentElement
|
private Name |
AbstractValidationException.parent
|
Methods in nu.validator.relaxng.exceptions that return Name | |
---|---|
Name |
ImpossibleAttributeIgnoredException.getAttributeName()
Returns the attributeName. |
Name |
BadAttributeValueException.getAttributeName()
Returns the attributeName. |
Name |
AbstractValidationException.getCurrentElement()
Returns the currentElement. |
Name |
AbstractValidationException.getParent()
Returns the parent. |
Methods in nu.validator.relaxng.exceptions with parameters of type Name | |
---|---|
private static String |
BadAttributeValueException.formatMessage(Name currentElement,
Name attributeName,
String attributeValue,
Map exceptions)
|
private static String |
StringNotAllowedException.formatMessage(Name currentElement,
String value,
Map exceptions)
|
Constructors in nu.validator.relaxng.exceptions with parameters of type Name | |
---|---|
AbstractValidationException(String formattedMessage,
Locator locator,
Name currentElement,
Name parent)
|
|
BadAttributeValueException(Locator locator,
Name currentElement,
Name parent,
Name attributeName,
String attributeValue,
Map exceptions)
|
|
ImpossibleAttributeIgnoredException(Locator locator,
Name currentElement,
Name parent,
Name attributeName)
|
|
OnlyTextNotAllowedException(Locator locator,
Name currentElement,
Name parent)
|
|
OutOfContextElementException(Locator locator,
Name currentElement,
Name parent)
|
|
RequiredAttributesMissingException(Locator locator,
Name currentElement,
Name parent)
|
|
RequiredElementsMissingException(Locator locator,
Name currentElement,
Name parent)
|
|
StringNotAllowedException(Locator locator,
Name currentElement,
Name parent,
String value,
Map exceptions)
|
|
TextNotAllowedException(Locator locator,
Name currentElement)
|
|
UnfinishedElementException(Locator locator,
Name currentElement,
Name parent)
|
|
UnknownElementException(Locator locator,
Name currentElement,
Name parent)
|
Uses of Name in nu.validator.spec |
---|
Fields in nu.validator.spec with type parameters of type Name | |
---|---|
private Map<Name,DocumentFragment> |
Spec.attributesByElement
|
private Map<Name,DocumentFragment> |
Spec.contentModelsByElement
|
private Map<Name,DocumentFragment> |
Spec.contextsByElement
|
private Map<Name,String> |
Spec.urisByElement
|
Methods in nu.validator.spec with parameters of type Name | |
---|---|
DocumentFragment |
Spec.contentModelDescription(Name element)
|
DocumentFragment |
Spec.contextDescription(Name element)
|
String |
Spec.elementLink(Name element)
|
DocumentFragment |
Spec.elementSpecificAttributesDescription(Name element)
|
Constructor parameters in nu.validator.spec with type arguments of type Name | |
---|---|
Spec(Map<Name,String> urisByElement,
Map<Name,DocumentFragment> contextsByElement,
Map<Name,DocumentFragment> contentModelsByElement,
Map<Name,DocumentFragment> attributesByElement)
|
|
Spec(Map<Name,String> urisByElement,
Map<Name,DocumentFragment> contextsByElement,
Map<Name,DocumentFragment> contentModelsByElement,
Map<Name,DocumentFragment> attributesByElement)
|
|
Spec(Map<Name,String> urisByElement,
Map<Name,DocumentFragment> contextsByElement,
Map<Name,DocumentFragment> contentModelsByElement,
Map<Name,DocumentFragment> attributesByElement)
|
|
Spec(Map<Name,String> urisByElement,
Map<Name,DocumentFragment> contextsByElement,
Map<Name,DocumentFragment> contentModelsByElement,
Map<Name,DocumentFragment> attributesByElement)
|
Uses of Name in nu.validator.spec.html5 |
---|
Fields in nu.validator.spec.html5 declared as Name | |
---|---|
private Name |
Html5SpecBuilder.currentName
|
Fields in nu.validator.spec.html5 with type parameters of type Name | |
---|---|
private Map<Name,DocumentFragment> |
Html5SpecBuilder.attributesByElement
|
private Map<Name,DocumentFragment> |
Html5SpecBuilder.contentModelsByElement
|
private Map<Name,DocumentFragment> |
Html5SpecBuilder.contextsByElement
|
private Map<Name,String> |
Html5SpecBuilder.urisByElement
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |