public class AttributeToken extends Token
Modifier and Type | Field | Description |
---|---|---|
protected REDocumentDeclaration |
docDecl |
|
String |
localName |
|
AttributeExp |
matchedExp |
holds a reference to the assigned type.
|
String |
namespaceURI |
|
String |
qName |
|
StringToken |
value |
Modifier | Constructor | Description |
---|---|---|
protected |
AttributeToken(REDocumentDeclaration docDecl,
String namespaceURI,
String localName,
String qName,
StringToken value) |
|
protected |
AttributeToken(REDocumentDeclaration docDecl,
String namespaceURI,
String localName,
String qName,
String value,
IDContextProvider2 context) |
public String namespaceURI
public String localName
public String qName
public StringToken value
protected REDocumentDeclaration docDecl
public AttributeExp matchedExp
protected AttributeToken(REDocumentDeclaration docDecl, String namespaceURI, String localName, String qName, String value, IDContextProvider2 context)
protected AttributeToken(REDocumentDeclaration docDecl, String namespaceURI, String localName, String qName, StringToken value)
public boolean match(AttributeExp exp)
Copyright © 2019 Oracle Corporation. All rights reserved.