public final class Name extends Object implements Comparable<Name>
This class keeps indicies for URI and local name for enabling faster processing.
 Names are ordered lexicographically (nsUri first, local name next.)
 This is the same order required by canonical XML.
| Modifier and Type | Field and Description | 
|---|---|
| boolean | isAttributeSpecifies if the Name is associated with an EII or AII | 
| String | localNameLocal name. | 
| short | localNameIndex | 
| String | nsUriNamespace URI. | 
| short | nsUriIndexIndex -1 is reserved for representing the empty namespace URI of attributes. | 
| short | qNameIndexIndex of the Name for an EII or AII | 
public final String nsUri
public final String localName
public final short nsUriIndex
public final short localNameIndex
public final short qNameIndex
public final boolean isAttribute
Copyright © 2019 JBoss by Red Hat. All rights reserved.