Class StreamBufferCreator

Direct Known Subclasses:
StreamReaderBufferCreator, StreamWriterBufferCreator

abstract class StreamBufferCreator extends AbstractCreator
AbstractCreator with additional convenience code.
  • Field Details

    • checkAttributeValue

      private boolean checkAttributeValue
    • attributeValuePrefixes

      protected List<String> attributeValuePrefixes
  • Constructor Details

    • StreamBufferCreator

      StreamBufferCreator()
  • Method Details

    • storeQualifiedName

      protected void storeQualifiedName(int item, String prefix, String uri, String localName)
    • storeNamespaceAttribute

      protected final void storeNamespaceAttribute(String prefix, String uri)
    • storeAttribute

      protected final void storeAttribute(String prefix, String uri, String localName, String type, String value)
    • getAttributeValuePrefixes

      public final List<String> getAttributeValuePrefixes()
    • storeProcessingInstruction

      protected final void storeProcessingInstruction(String target, String data)
    • isCheckAttributeValue

      public final boolean isCheckAttributeValue()
    • setCheckAttributeValue

      public final void setCheckAttributeValue(boolean value)