Class AttributeNames


  • public class AttributeNames
    extends 
    Since:
    3.0.0
    Author:
    Daniel Fernández
    • Method Detail

      • forName

        public static AttributeName forName​(TemplateMode templateMode,
                                            char[] attributeNameBuffer,
                                            int attributeNameOffset,
                                            int attributeNameLen)
      • forTextName

        public static TextAttributeName forTextName​(char[] attributeNameBuffer,
                                                    int attributeNameOffset,
                                                    int attributeNameLen)
      • forXMLName

        public static XMLAttributeName forXMLName​(char[] attributeNameBuffer,
                                                  int attributeNameOffset,
                                                  int attributeNameLen)
      • forHTMLName

        public static HTMLAttributeName forHTMLName​(char[] attributeNameBuffer,
                                                    int attributeNameOffset,
                                                    int attributeNameLen)
      • forTextName

        public static  attributeName)
      • forXMLName

        public static  attributeName)
      • forHTMLName

        public static  attributeName)
      • forTextName

        public static  prefix,
                                                     attributeName)
      • forXMLName

        public static  prefix,
                                                   attributeName)
      • forHTMLName

        public static  prefix,
                                                     attributeName)