Class XmlNameProcessor.XmlName

  • Enclosing interface:
    XmlNameProcessor

    public static class XmlNameProcessor.XmlName
    extends java.lang.Object
    Representation of an XML element or attribute name
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String localPart  
      java.lang.String namespace  
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlName()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • namespace

        public java.lang.String namespace
      • localPart

        public java.lang.String localPart
    • Constructor Detail

      • XmlName

        public XmlName()