ice.pilots.html4
Class Names
java.lang.Object
ice.dombase.NamesBase
ice.pilots.html4.Names
- public class Names
- extends ice.dombase.NamesBase
| Fields inherited from class ice.dombase.NamesBase |
tagsPre |
|
Constructor Summary |
Names()
|
|
Method Summary |
int |
getAttrId(int namespaceId,
char[] ch,
int offset,
int length)
|
int |
getAttrId(int namespaceId,
String name)
|
String |
getAttrName(int attrId)
|
int |
getAttrNamespaceId(int attrId)
|
String |
getAttrNamespaceURI(int attrId)
|
static Names |
getInstance(StormBase storm)
|
int |
getNamespace(char[] ch,
int offset,
int length)
|
String |
getNamespace(int id)
|
int |
getNamespace(String namespace)
|
int |
getNumTags()
|
int |
getTagId(int namespaceId,
char[] ch,
int offset,
int length)
|
int |
getTagId(int namespaceId,
String name)
|
static String |
getTagName(int tagId)
|
int |
getTagNamespaceId(int tagId)
|
String |
getTagNamespaceURI(int tagId)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NS_GLOBAL
public static final int NS_GLOBAL
- See Also:
- Constant Field Values
NS_XML
public static final int NS_XML
- See Also:
- Constant Field Values
NS_XMLNS
public static final int NS_XMLNS
- See Also:
- Constant Field Values
NS_HTML
public static final int NS_HTML
- See Also:
- Constant Field Values
NS_XSL
public static final int NS_XSL
- See Also:
- Constant Field Values
NS_MSIE_PLANET
public static final int NS_MSIE_PLANET
- See Also:
- Constant Field Values
Names
public Names()
getNumTags
public int getNumTags()
getNamespace
public int getNamespace(String namespace)
getNamespace
public int getNamespace(char[] ch,
int offset,
int length)
getNamespace
public String getNamespace(int id)
getTagId
public int getTagId(int namespaceId,
String name)
getTagId
public int getTagId(int namespaceId,
char[] ch,
int offset,
int length)
getTagName
public static String getTagName(int tagId)
getTagNamespaceId
public int getTagNamespaceId(int tagId)
getTagNamespaceURI
public String getTagNamespaceURI(int tagId)
getAttrId
public int getAttrId(int namespaceId,
String name)
getAttrId
public int getAttrId(int namespaceId,
char[] ch,
int offset,
int length)
getAttrName
public String getAttrName(int attrId)
getAttrNamespaceURI
public String getAttrNamespaceURI(int attrId)
getAttrNamespaceId
public int getAttrNamespaceId(int attrId)
getInstance
public static Names getInstance(StormBase storm)