protected class AbstractMarkupDocumentBuilder.ImplicitParagraphBlock extends AbstractMarkupDocumentBuilder.Block
Constructor and Description |
---|
AbstractMarkupDocumentBuilder.ImplicitParagraphBlock() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected boolean |
isImplicitBlock() |
protected int |
normalizeWhitespace(int c) |
protected java.lang.String |
normalizeWhitespace(java.lang.String s) |
void |
write(int c) |
void |
write(java.lang.String s) |
getBlockType, getPreviousBlock, open
public AbstractMarkupDocumentBuilder.ImplicitParagraphBlock()
public void write(int c) throws java.io.IOException
write
in class AbstractMarkupDocumentBuilder.Block
java.io.IOException
public void write(java.lang.String s) throws java.io.IOException
write
in class AbstractMarkupDocumentBuilder.Block
java.io.IOException
public void close() throws java.io.IOException
close
in class AbstractMarkupDocumentBuilder.Block
java.io.IOException
protected int normalizeWhitespace(int c)
protected java.lang.String normalizeWhitespace(java.lang.String s)
protected boolean isImplicitBlock()
isImplicitBlock
in class AbstractMarkupDocumentBuilder.Block
Copyright © 2007, 2013 David Green and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html