public class AttributeToken extends Token
Modifier and Type | Field and Description |
---|---|
protected REDocumentDeclaration |
docDecl |
String |
localName |
AttributeExp |
matchedExp
holds a reference to the assigned type.
|
String |
namespaceURI |
String |
qName |
StringToken |
value |
Modifier | Constructor and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
match(AttributeExp exp) |
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 © 2016 Oracle Corporation. All rights reserved.